#BD81AE

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

Shades of London Hue #BD81AE

Tints of London Hue #BD81AE

Color information

#BD81AE (or 0xBD81AE) is unknown color: approx London Hue. HEX triplet: BD, 81 and AE. RGB value is (189,129,174). Sum of RGB (Red+Green+Blue) = 189+129+174=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD81AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD81AE is #427E51. Grayscale: #979797. Windows color (decimal): -4357714 or 11436477. OLE color: 11436477.

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

Color convert

RGB189129174-
CMYK00.320.080.26
HSL315º31.25%62.35%-
HSV(B)315º31.75%74.12%-
XYZ36.4829.5843.83-
YUV152.07140.38154.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=38.41%
G=26.22%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912917400.320.080.2631531.2562.35
HexBD81AE02081A13b1f3e
Octal27520125604010324733776
Binary101111011000000110101110010000010001101010011101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81AE; }

 p { color: rgb(189,129,174); }

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

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

 a { background-color: rgb(189,129,174); }

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

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

 span { border-color: rgb(189,129,174); }

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