#B987BB

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

Shades of London Hue #B987BB

Tints of London Hue #B987BB

Color information

#B987BB (or 0xB987BB) is unknown color: approx London Hue. HEX triplet: B9, 87 and BB. RGB value is (185,135,187). Sum of RGB (Red+Green+Blue) = 185+135+187=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #B987BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987BB is #467844. Grayscale: #9B9B9B. Windows color (decimal): -4618309 or 12289977. OLE color: 12289977.

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

Color convert

RGB185135187-
CMYK0.010.2800.27
HSL297.69º27.66%63.14%-
HSV(B)297.69º27.81%73.33%-
XYZ37.6431.2351.06-
YUV155.88145.56148.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 135 (53.12% from 255) = 26.63%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=36.49%
G=26.63%
B=36.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851351870.010.2800.27297.6927.6663.14
HexB987BB11C01B12a1c3f
Octal2712072731340334523477
Binary10111001100001111011101111110001101110010101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B987BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B987BB; }

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

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

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

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

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

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

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

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