#BC81AD

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

Shades of London Hue #BC81AD

Tints of London Hue #BC81AD

Color information

#BC81AD (or 0xBC81AD) is unknown color: approx London Hue. HEX triplet: BC, 81 and AD. RGB value is (188,129,173). Sum of RGB (Red+Green+Blue) = 188+129+173=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC81AD is #437E52. Grayscale: #979797. Windows color (decimal): -4423251 or 11370940. OLE color: 11370940.

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

Color convert

RGB188129173-
CMYK00.310.080.26
HSL315.25º30.57%62.16%-
HSV(B)315.25º31.38%73.73%-
XYZ36.1329.4143.31-
YUV151.66140.05153.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=38.37%
G=26.33%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812917300.310.080.26315.2530.5762.16
HexBC81AD01F81A13b1f3e
Octal27420125503710324733776
Binary10111100100000011010110101111110001101010011101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81AD; }

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

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

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

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

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

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

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

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