#B87DAB

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

Shades of London Hue #B87DAB

Tints of London Hue #B87DAB

Color information

#B87DAB (or 0xB87DAB) is unknown color: approx London Hue. HEX triplet: B8, 7D and AB. RGB value is (184,125,171). Sum of RGB (Red+Green+Blue) = 184+125+171=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DAB is #478254. Grayscale: #939393. Windows color (decimal): -4686421 or 11238840. OLE color: 11238840.

HSL color Cylindrical-coordinate representation of color #B87DAB: hue angle of 313.22º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87DAB is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB184125171-
CMYK00.320.070.28
HSL313.22º29.35%60.59%-
HSV(B)313.22º32.07%72.16%-
XYZ34.4527.842.08-
YUV147.88141.05153.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=38.33%
G=26.04%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412517100.320.070.28313.2229.3560.59
HexB87DAB02071C1391d3d
Octal2701752530407344713575
Binary1011100011111011010101101000001111110010011100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DAB; }

 p { color: rgb(184,125,171); }

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

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

 a { background-color: rgb(184,125,171); }

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

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

 span { border-color: rgb(184,125,171); }

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