#BC80BE

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

Shades of London Hue #BC80BE

Tints of London Hue #BC80BE

Color information

#BC80BE (or 0xBC80BE) is unknown color: approx London Hue. HEX triplet: BC, 80 and BE. RGB value is (188,128,190). Sum of RGB (Red+Green+Blue) = 188+128+190=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80BE is #437F41. Grayscale: #989898. Windows color (decimal): -4423490 or 12484796. OLE color: 12484796.

HSL color Cylindrical-coordinate representation of color #BC80BE: hue angle of 298.06º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC80BE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188128190-
CMYK0.010.3300.25
HSL298.06º32.29%62.35%-
HSV(B)298.06º32.63%74.51%-
XYZ37.7529.8552.49-
YUV153.01148.88152.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=37.15%
G=25.30%
B=37.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881281900.010.3300.25298.0632.2962.35
HexBC80BE12101912a203e
Octal2742002761410314524076
Binary1011110010000000101111101100001011001100101010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80BE; }

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

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

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

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

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

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

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

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