#B986B5

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

Shades of London Hue #B986B5

Tints of London Hue #B986B5

Color information

#B986B5 (or 0xB986B5) is unknown color: approx London Hue. HEX triplet: B9, 86 and B5. RGB value is (185,134,181). Sum of RGB (Red+Green+Blue) = 185+134+181=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B986B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986B5 is #46794A. Grayscale: #9A9A9A. Windows color (decimal): -4618571 or 11896505. OLE color: 11896505.

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

Color convert

RGB185134181-
CMYK00.280.020.27
HSL304.71º26.7%62.55%-
HSV(B)304.71º27.57%72.55%-
XYZ36.8730.747.7-
YUV154.61142.9149.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 181 (71.09% from 255) = 36.2%
R=37%
G=26.8%
B=36.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513418100.280.020.27304.7126.762.55
HexB986B501C21B1311b3f
Octal2712062650342334613377
Binary101110011000011010110101011100101101110011000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986B5; }

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

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

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

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

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

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

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

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