#BC81B7

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

Shades of London Hue #BC81B7

Tints of London Hue #BC81B7

Color information

#BC81B7 (or 0xBC81B7) is unknown color: approx London Hue. HEX triplet: BC, 81 and B7. RGB value is (188,129,183). Sum of RGB (Red+Green+Blue) = 188+129+183=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC81B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81B7 is #437E48. Grayscale: #989898. Windows color (decimal): -4423241 or 12026300. OLE color: 12026300.

HSL color Cylindrical-coordinate representation of color #BC81B7: hue angle of 305.08º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC81B7 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188129183-
CMYK00.310.030.26
HSL305.08º30.57%62.16%-
HSV(B)305.08º31.38%73.73%-
XYZ37.1429.8148.6-
YUV152.8145.05153.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 183 (71.88% from 255) = 36.6%
R=37.6%
G=25.8%
B=36.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812918300.310.030.26305.0830.5762.16
HexBC81B701F31A1311f3e
Octal2742012670373324613776
Binary101111001000000110110111011111111101010011000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81B7; }

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

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

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

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

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

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

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

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