#BC81BF

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

Shades of London Hue #BC81BF

Tints of London Hue #BC81BF

Color information

#BC81BF (or 0xBC81BF) is unknown color: approx London Hue. HEX triplet: BC, 81 and BF. RGB value is (188,129,191). Sum of RGB (Red+Green+Blue) = 188+129+191=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC81BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81BF is #437E40. Grayscale: #999999. Windows color (decimal): -4423233 or 12550588. OLE color: 12550588.

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

Color convert

RGB188129191-
CMYK0.020.3200.25
HSL297.1º32.63%62.75%-
HSV(B)297.1º32.46%74.9%-
XYZ37.9930.1553.11-
YUV153.71149.05152.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 191 (75% from 255) = 37.60%
R=37.01%
G=25.39%
B=37.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881291910.020.3200.25297.132.6362.75
HexBC81BF220019129213f
Octal2742012772400314514177
Binary10111100100000011011111110100000011001100101001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81BF; }

 p { color: rgb(188,129,191); }

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

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

 a { background-color: rgb(188,129,191); }

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

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

 span { border-color: rgb(188,129,191); }

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