#BC80BD

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

Shades of London Hue #BC80BD

Tints of London Hue #BC80BD

Color information

#BC80BD (or 0xBC80BD) is unknown color: approx London Hue. HEX triplet: BC, 80 and BD. RGB value is (188,128,189). Sum of RGB (Red+Green+Blue) = 188+128+189=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80BD is #437F42. Grayscale: #989898. Windows color (decimal): -4423491 or 12419260. OLE color: 12419260.

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

Color convert

RGB188128189-
CMYK0.010.3200.26
HSL299.02º31.61%62.16%-
HSV(B)299.02º32.28%74.12%-
XYZ37.6429.851.91-
YUV152.89148.38153.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 128 (50.39% from 255) = 25.35%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=37.23%
G=25.35%
B=37.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881281890.010.3200.26299.0231.6162.16
HexBC80BD12001A12b203e
Octal2742002751400324534076
Binary1011110010000000101111011100000011010100101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80BD; }

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

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

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

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

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

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

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

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