#B986AF

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

Shades of London Hue #B986AF

Tints of London Hue #B986AF

Color information

#B986AF (or 0xB986AF) is unknown color: approx London Hue. HEX triplet: B9, 86 and AF. RGB value is (185,134,175). Sum of RGB (Red+Green+Blue) = 185+134+175=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B986AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986AF is #467950. Grayscale: #999999. Windows color (decimal): -4618577 or 11503289. OLE color: 11503289.

HSL color Cylindrical-coordinate representation of color #B986AF: hue angle of 311.76º 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 #B986AF is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB185134175-
CMYK00.280.050.27
HSL311.76º26.7%62.55%-
HSV(B)311.76º27.57%72.55%-
XYZ36.2730.4644.53-
YUV153.92139.9150.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=37.45%
G=27.13%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513417500.280.050.27311.7626.762.55
HexB986AF01C51B1381b3f
Octal2712062570345334703377
Binary1011100110000110101011110111001011101110011100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986AF; }

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

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

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

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

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

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

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

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