#BD86AC

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

Shades of London Hue #BD86AC

Tints of London Hue #BD86AC

Color information

#BD86AC (or 0xBD86AC) is unknown color: approx London Hue. HEX triplet: BD, 86 and AC. RGB value is (189,134,172). Sum of RGB (Red+Green+Blue) = 189+134+172=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD86AC is #427953. Grayscale: #9A9A9A. Windows color (decimal): -4356436 or 11306685. OLE color: 11306685.

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

Color convert

RGB189134172-
CMYK00.290.090.26
HSL318.55º29.41%63.33%-
HSV(B)318.55º29.1%74.12%-
XYZ36.9630.8543.04-
YUV154.78137.72152.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=38.18%
G=27.07%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913417200.290.090.26318.5529.4163.33
HexBD86AC01D91A13f1d3f
Octal27520625403511324773577
Binary10111101100001101010110001110110011101010011111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD86AC; }

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

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

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

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

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

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

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

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