#BC80B7

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

Shades of London Hue #BC80B7

Tints of London Hue #BC80B7

Color information

#BC80B7 (or 0xBC80B7) is unknown color: approx London Hue. HEX triplet: BC, 80 and B7. RGB value is (188,128,183). Sum of RGB (Red+Green+Blue) = 188+128+183=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80B7 is #437F48. Grayscale: #989898. Windows color (decimal): -4423497 or 12026044. OLE color: 12026044.

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

Color convert

RGB188128183-
CMYK00.320.030.26
HSL305º30.93%61.96%-
HSV(B)305º31.91%73.73%-
XYZ37.0129.5548.55-
YUV152.21145.38153.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 183 (71.88% from 255) = 36.67%
R=37.68%
G=25.65%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812818300.320.030.2630530.9361.96
HexBC80B702031A1311f3e
Octal2742002670403324613776
Binary1011110010000000101101110100000111101010011000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80B7; }

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

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

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

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

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

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

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

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