#BC8EBA

Color #BC8EBA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BC8EBA

Tints of London Hue #BC8EBA

Color information

#BC8EBA (or 0xBC8EBA) is unknown color: approx London Hue. HEX triplet: BC, 8E and BA. RGB value is (188,142,186). Sum of RGB (Red+Green+Blue) = 188+142+186=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EBA is #437145. Grayscale: #A0A0A0. Windows color (decimal): -4419910 or 12226236. OLE color: 12226236.

HSL color Cylindrical-coordinate representation of color #BC8EBA: hue angle of 302.61º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8EBA is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188142186-
CMYK00.240.010.26
HSL302.61º25.56%64.71%-
HSV(B)302.61º24.47%73.73%-
XYZ39.2733.5850.87-
YUV160.77142.24147.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=36.43%
G=27.52%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814218600.240.010.26302.6125.5664.71
HexBC8EBA01811A12f1a41
Octal27421627203013245732101
Binary101111001000111010111010011000111010100101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EBA; }

 p { color: rgb(188,142,186); }

 H1.HeaderClassName
 {
   color: #BC8EBA;
 }
 .AnyTagClassName
 {
   color: #BC8EBA;
 }
</style>
background-color css

<style>
 a { background-color: #BC8EBA; }

 a { background-color: rgb(188,142,186); }

 div.DivClassName
 {
   background-color: #BC8EBA;
 }
 .BgClassName
 {
   background-color: #BC8EBA;
 }
</style>
border-color css

<style>
 span { border-color: #BC8EBA; }

 span { border-color: rgb(188,142,186); }

 td.TdClassName
 {
   border-color: #BC8EBA;
 }
 .TagClassName
 {
   border-color: #BC8EBA;
 }
</style>