#BC80BB

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

Shades of London Hue #BC80BB

Tints of London Hue #BC80BB

Color information

#BC80BB (or 0xBC80BB) is unknown color: approx London Hue. HEX triplet: BC, 80 and BB. RGB value is (188,128,187). Sum of RGB (Red+Green+Blue) = 188+128+187=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80BB is #437F44. Grayscale: #989898. Windows color (decimal): -4423493 or 12288188. OLE color: 12288188.

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

Color convert

RGB188128187-
CMYK00.320.010.26
HSL301º30.93%61.96%-
HSV(B)301º31.91%73.73%-
XYZ37.4329.7250.78-
YUV152.67147.38153.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=37.38%
G=25.45%
B=37.18%

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
Decimal18812818700.320.010.2630130.9361.96
HexBC80BB02011A12d1f3e
Octal2742002730401324553776
Binary101111001000000010111011010000011101010010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80BB; }

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

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

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

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

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

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

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

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