Shades of London Hue #B87CAB
Tints of London Hue #B87CAB
RGB
CMYK
RGB Variations
Color information
#B87CAB (or 0xB87CAB) is known color: London Hue. HEX triplet: B8, 7C and AB. RGB value is (184,124,171). Sum of RGB (Red+Green+Blue) = 184+124+171=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B87CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87CAB is #478354. Grayscale: #939393. Windows color (decimal): -4686677 or 11238584. OLE color: 11238584.
HSL color Cylindrical-coordinate representation of color #B87CAB: hue angle of 313º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87CAB is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 171 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.28 |
| HSL | 313º | 0.3% | 0.6% | - |
| HSV(B) | 313º | 0.33% | 0.72% | - |
| XYZ | 34.33 | 27.55 | 42.04 | - |
| YUV | 147.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 171 | 0 | 0.33 | 0.07 | 0.28 | 313 | 0.3 | 0.6 |
| Hex | B8 | 7C | AB | 0 | 21 | 7 | 1C | 139 | 1E | 3C |
| Octal | 270 | 174 | 253 | 0 | 41 | 7 | 34 | 471 | 36 | 74 |
| Binary | 10111000 | 1111100 | 10101011 | 0 | 100001 | 111 | 11100 | 100111001 | 11110 | 111100 |
Color Harmonies of #B87CAB
Complementary color
Monochromatic Colors of #B87CAB
Black with #B87CAB
Text Example
Text Example
White with #B87CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87CAB; }
p { color: rgb(184,124,171); }
H1.HeaderClassName
{
color: #B87CAB;
}
.AnyTagClassName
{
color: #B87CAB;
}
</style>
background-color css
<style>
a { background-color: #B87CAB; }
a { background-color: rgb(184,124,171); }
div.DivClassName
{
background-color: #B87CAB;
}
.BgClassName
{
background-color: #B87CAB;
}
</style>
border-color css
<style>
span { border-color: #B87CAB; }
span { border-color: rgb(184,124,171); }
td.TdClassName
{
border-color: #B87CAB;
}
.TagClassName
{
border-color: #B87CAB;
}
</style>