#BC80AE

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

Shades of London Hue #BC80AE

Tints of London Hue #BC80AE

Color information

#BC80AE (or 0xBC80AE) is unknown color: approx London Hue. HEX triplet: BC, 80 and AE. RGB value is (188,128,174). Sum of RGB (Red+Green+Blue) = 188+128+174=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80AE is #437F51. Grayscale: #979797. Windows color (decimal): -4423506 or 11436220. OLE color: 11436220.

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

Color convert

RGB188128174-
CMYK00.320.070.26
HSL314º30.93%61.96%-
HSV(B)314º31.91%73.73%-
XYZ36.129.1943.78-
YUV151.18140.88154.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=38.37%
G=26.12%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812817400.320.070.2631430.9361.96
HexBC80AE02071A13a1f3e
Octal2742002560407324723776
Binary10111100100000001010111001000001111101010011101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80AE; }

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

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

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

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

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

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

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

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