#BD86AE

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

Shades of London Hue #BD86AE

Tints of London Hue #BD86AE

Color information

#BD86AE (or 0xBD86AE) is unknown color: approx London Hue. HEX triplet: BD, 86 and AE. RGB value is (189,134,174). Sum of RGB (Red+Green+Blue) = 189+134+174=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD86AE is #427951. Grayscale: #9A9A9A. Windows color (decimal): -4356434 or 11437757. OLE color: 11437757.

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

Color convert

RGB189134174-
CMYK00.290.080.26
HSL316.36º29.41%63.33%-
HSV(B)316.36º29.1%74.12%-
XYZ37.1530.9344.06-
YUV155138.72152.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=38.03%
G=26.96%
B=35.01%

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
Decimal18913417400.290.080.26316.3629.4163.33
HexBD86AE01D81A13c1d3f
Octal27520625603510324743577
Binary10111101100001101010111001110110001101010011110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD86AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD86AE; }

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

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

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

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

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

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

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

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