#B987AC

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

Shades of London Hue #B987AC

Tints of London Hue #B987AC

Color information

#B987AC (or 0xB987AC) is unknown color: approx London Hue. HEX triplet: B9, 87 and AC. RGB value is (185,135,172). Sum of RGB (Red+Green+Blue) = 185+135+172=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B987AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B987AC is #467853. Grayscale: #9A9A9A. Windows color (decimal): -4618324 or 11306937. OLE color: 11306937.

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

Color convert

RGB185135172-
CMYK00.270.070.27
HSL315.6º26.32%62.75%-
HSV(B)315.6º27.03%72.55%-
XYZ36.1230.6243.04-
YUV154.17138.06149.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=37.60%
G=27.44%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513517200.270.070.27315.626.3262.75
HexB987AC01B71B13c1a3f
Octal2712072540337334743277
Binary1011100110000111101011000110111111101110011110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B987AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B987AC; }

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

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

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

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

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

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

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

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