#B986B0

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

Shades of London Hue #B986B0

Tints of London Hue #B986B0

Color information

#B986B0 (or 0xB986B0) is unknown color: approx London Hue. HEX triplet: B9, 86 and B0. RGB value is (185,134,176). Sum of RGB (Red+Green+Blue) = 185+134+176=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B986B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986B0 is #46794F. Grayscale: #999999. Windows color (decimal): -4618576 or 11568825. OLE color: 11568825.

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

Color convert

RGB185134176-
CMYK00.280.050.27
HSL310.59º26.7%62.55%-
HSV(B)310.59º27.57%72.55%-
XYZ36.3730.545.04-
YUV154.04140.4150.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 176 (69.14% from 255) = 35.56%
R=37.37%
G=27.07%
B=35.56%

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
Decimal18513417600.280.050.27310.5926.762.55
HexB986B001C51B1371b3f
Octal2712062600345334673377
Binary1011100110000110101100000111001011101110011011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986B0; }

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

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

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

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

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

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

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

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