#B986AA

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

Shades of London Hue #B986AA

Tints of London Hue #B986AA

Color information

#B986AA (or 0xB986AA) is unknown color: approx London Hue. HEX triplet: B9, 86 and AA. RGB value is (185,134,170). Sum of RGB (Red+Green+Blue) = 185+134+170=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B986AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986AA is #467955. Grayscale: #999999. Windows color (decimal): -4618582 or 11175609. OLE color: 11175609.

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

Color convert

RGB185134170-
CMYK00.280.080.27
HSL317.65º26.7%62.55%-
HSV(B)317.65º27.57%72.55%-
XYZ35.7930.2741.99-
YUV153.35137.4150.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=37.83%
G=27.40%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513417000.280.080.27317.6526.762.55
HexB986AA01C81B13e1b3f
Octal27120625203410334763377
Binary10111001100001101010101001110010001101110011111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986AA; }

 p { color: rgb(185,134,170); }

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

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

 a { background-color: rgb(185,134,170); }

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

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

 span { border-color: rgb(185,134,170); }

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