#BC85BA

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

Shades of London Hue #BC85BA

Tints of London Hue #BC85BA

Color information

#BC85BA (or 0xBC85BA) is unknown color: approx London Hue. HEX triplet: BC, 85 and BA. RGB value is (188,133,186). Sum of RGB (Red+Green+Blue) = 188+133+186=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85BA is #437A45. Grayscale: #9B9B9B. Windows color (decimal): -4422214 or 12223932. OLE color: 12223932.

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

Color convert

RGB188133186-
CMYK00.290.010.26
HSL302.18º29.1%62.94%-
HSV(B)302.18º29.26%73.73%-
XYZ37.9931.0150.44-
YUV155.49145.22151.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=37.08%
G=26.23%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813318600.290.010.26302.1829.162.94
HexBC85BA01D11A12e1d3f
Octal2742052720351324563577
Binary10111100100001011011101001110111101010010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85BA; }

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

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

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

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

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

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

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

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