#BD8AAE

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

Shades of London Hue #BD8AAE

Tints of London Hue #BD8AAE

Color information

#BD8AAE (or 0xBD8AAE) is unknown color: approx London Hue. HEX triplet: BD, 8A and AE. RGB value is (189,138,174). Sum of RGB (Red+Green+Blue) = 189+138+174=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8AAE is #427551. Grayscale: #9D9D9D. Windows color (decimal): -4355410 or 11438781. OLE color: 11438781.

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

Color convert

RGB189138174-
CMYK00.270.080.26
HSL317.65º27.87%64.12%-
HSV(B)317.65º26.98%74.12%-
XYZ37.7132.0544.24-
YUV157.35137.4150.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=37.72%
G=27.54%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913817400.270.080.26317.6527.8764.12
HexBD8AAE01B81A13e1c40
Octal275212256033103247634100
Binary101111011000101010101110011011100011010100111110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8AAE; }

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

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

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

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

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

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

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

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