#BC80BA

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

Shades of London Hue #BC80BA

Tints of London Hue #BC80BA

Color information

#BC80BA (or 0xBC80BA) is unknown color: approx London Hue. HEX triplet: BC, 80 and BA. RGB value is (188,128,186). Sum of RGB (Red+Green+Blue) = 188+128+186=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80BA is #437F45. Grayscale: #989898. Windows color (decimal): -4423494 or 12222652. OLE color: 12222652.

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

Color convert

RGB188128186-
CMYK00.320.010.26
HSL302º30.93%61.96%-
HSV(B)302º31.91%73.73%-
XYZ37.3229.6750.22-
YUV152.55146.88153.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 128 (50.39% from 255) = 25.50%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=37.45%
G=25.50%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812818600.320.010.2630230.9361.96
HexBC80BA02011A12e1f3e
Octal2742002720401324563776
Binary101111001000000010111010010000011101010010111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80BA; }

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

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

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

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

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

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

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

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