#BC80B5

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

Shades of London Hue #BC80B5

Tints of London Hue #BC80B5

Color information

#BC80B5 (or 0xBC80B5) is unknown color: approx London Hue. HEX triplet: BC, 80 and B5. RGB value is (188,128,181). Sum of RGB (Red+Green+Blue) = 188+128+181=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80B5 is #437F4A. Grayscale: #979797. Windows color (decimal): -4423499 or 11894972. OLE color: 11894972.

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

Color convert

RGB188128181-
CMYK00.320.040.26
HSL307º30.93%61.96%-
HSV(B)307º31.91%73.73%-
XYZ36.829.4747.46-
YUV151.98144.38153.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=37.83%
G=25.75%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812818100.320.040.2630730.9361.96
HexBC80B502041A1331f3e
Octal2742002650404324633776
Binary10111100100000001011010101000001001101010011001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80B5; }

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

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

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

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

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

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

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

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