#B987B5

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

Shades of London Hue #B987B5

Tints of London Hue #B987B5

Color information

#B987B5 (or 0xB987B5) is unknown color: approx London Hue. HEX triplet: B9, 87 and B5. RGB value is (185,135,181). Sum of RGB (Red+Green+Blue) = 185+135+181=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B987B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987B5 is #46784A. Grayscale: #9B9B9B. Windows color (decimal): -4618315 or 11896761. OLE color: 11896761.

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

Color convert

RGB185135181-
CMYK00.270.020.27
HSL304.8º26.32%62.75%-
HSV(B)304.8º27.03%72.55%-
XYZ37.0130.9847.74-
YUV155.19142.56149.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=36.93%
G=26.95%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513518100.270.020.27304.826.3262.75
HexB987B501B21B1311a3f
Octal2712072650332334613277
Binary101110011000011110110101011011101101110011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B987B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B987B5; }

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

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

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

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

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

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

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

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