#BD86AD

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

Shades of London Hue #BD86AD

Tints of London Hue #BD86AD

Color information

#BD86AD (or 0xBD86AD) is unknown color: approx London Hue. HEX triplet: BD, 86 and AD. RGB value is (189,134,173). Sum of RGB (Red+Green+Blue) = 189+134+173=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD86AD is #427952. Grayscale: #9A9A9A. Windows color (decimal): -4356435 or 11372221. OLE color: 11372221.

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

Color convert

RGB189134173-
CMYK00.290.080.26
HSL317.45º29.41%63.33%-
HSV(B)317.45º29.1%74.12%-
XYZ37.0530.8943.54-
YUV154.89138.22152.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=38.10%
G=27.02%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913417300.290.080.26317.4529.4163.33
HexBD86AD01D81A13d1d3f
Octal27520625503510324753577
Binary10111101100001101010110101110110001101010011110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD86AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD86AD; }

 p { color: rgb(189,134,173); }

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

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

 a { background-color: rgb(189,134,173); }

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

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

 span { border-color: rgb(189,134,173); }

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