#BC80B8

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

Shades of London Hue #BC80B8

Tints of London Hue #BC80B8

Color information

#BC80B8 (or 0xBC80B8) is unknown color: approx London Hue. HEX triplet: BC, 80 and B8. RGB value is (188,128,184). Sum of RGB (Red+Green+Blue) = 188+128+184=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80B8 is #437F47. Grayscale: #989898. Windows color (decimal): -4423496 or 12091580. OLE color: 12091580.

HSL color Cylindrical-coordinate representation of color #BC80B8: hue angle of 304º 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 #BC80B8 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB188128184-
CMYK00.320.020.26
HSL304º30.93%61.96%-
HSV(B)304º31.91%73.73%-
XYZ37.1129.5949.1-
YUV152.32145.88153.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 184 (72.27% from 255) = 36.8%
R=37.6%
G=25.6%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812818400.320.020.2630430.9361.96
HexBC80B802021A1301f3e
Octal2742002700402324603776
Binary1011110010000000101110000100000101101010011000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80B8; }

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

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

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

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

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

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

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

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