#BC80B9

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

Shades of London Hue #BC80B9

Tints of London Hue #BC80B9

Color information

#BC80B9 (or 0xBC80B9) is unknown color: approx London Hue. HEX triplet: BC, 80 and B9. RGB value is (188,128,185). Sum of RGB (Red+Green+Blue) = 188+128+185=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80B9 is #437F46. Grayscale: #989898. Windows color (decimal): -4423495 or 12157116. OLE color: 12157116.

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

Color convert

RGB188128185-
CMYK00.320.020.26
HSL303º30.93%61.96%-
HSV(B)303º31.91%73.73%-
XYZ37.2229.6349.66-
YUV152.44146.38153.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 185 (72.66% from 255) = 36.93%
R=37.52%
G=25.55%
B=36.93%

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
Decimal18812818500.320.020.2630330.9361.96
HexBC80B902021A12f1f3e
Octal2742002710402324573776
Binary1011110010000000101110010100000101101010010111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80B9; }

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

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

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

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

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

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

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

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