#BC81BA

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

Shades of London Hue #BC81BA

Tints of London Hue #BC81BA

Color information

#BC81BA (or 0xBC81BA) is unknown color: approx London Hue. HEX triplet: BC, 81 and BA. RGB value is (188,129,186). Sum of RGB (Red+Green+Blue) = 188+129+186=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC81BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81BA is #437E45. Grayscale: #989898. Windows color (decimal): -4423238 or 12222908. OLE color: 12222908.

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

Color convert

RGB188129186-
CMYK00.310.010.26
HSL302.03º30.57%62.16%-
HSV(B)302.03º31.38%73.73%-
XYZ37.4529.9450.26-
YUV153.14146.55152.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=37.38%
G=25.65%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812918600.310.010.26302.0330.5762.16
HexBC81BA01F11A12e1f3e
Octal2742012720371324563776
Binary10111100100000011011101001111111101010010111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81BA; }

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

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

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

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

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

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

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

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