#B87FAB

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

Shades of London Hue #B87FAB

Tints of London Hue #B87FAB

Color information

#B87FAB (or 0xB87FAB) is unknown color: approx London Hue. HEX triplet: B8, 7F and AB. RGB value is (184,127,171). Sum of RGB (Red+Green+Blue) = 184+127+171=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B87FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87FAB is #478054. Grayscale: #949494. Windows color (decimal): -4685909 or 11239352. OLE color: 11239352.

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

Color convert

RGB184127171-
CMYK00.310.070.28
HSL313.68º28.64%60.98%-
HSV(B)313.68º30.98%72.16%-
XYZ34.7128.3142.16-
YUV149.06140.38152.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=38.17%
G=26.35%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412717100.310.070.28313.6828.6460.98
HexB87FAB01F71C13a1d3d
Octal2701772530377344723575
Binary101110001111111101010110111111111110010011101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87FAB; }

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

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

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

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

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

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

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

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