#B987BD

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

Shades of London Hue #B987BD

Tints of London Hue #B987BD

Color information

#B987BD (or 0xB987BD) is unknown color: approx London Hue. HEX triplet: B9, 87 and BD. RGB value is (185,135,189). Sum of RGB (Red+Green+Blue) = 185+135+189=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #B987BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987BD is #467842. Grayscale: #9B9B9B. Windows color (decimal): -4618307 or 12421049. OLE color: 12421049.

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

Color convert

RGB185135189-
CMYK0.020.2900.26
HSL295.56º29.03%63.53%-
HSV(B)295.56º28.57%74.12%-
XYZ37.8631.3252.19-
YUV156.11146.56148.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=36.35%
G=26.52%
B=37.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851351890.020.2900.26295.5629.0363.53
HexB987BD21D01A1281d40
Octal27120727523503245035100
Binary1011100110000111101111011011101011010100101000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B987BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B987BD; }

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

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

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

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

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

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

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

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