Shades of London Hue #B87CAE
Tints of London Hue #B87CAE
RGB
CMYK
RGB Variations
Color information
#B87CAE (or 0xB87CAE) is known color: London Hue. HEX triplet: B8, 7C and AE. RGB value is (184,124,174). Sum of RGB (Red+Green+Blue) = 184+124+174=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B87CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87CAE is #478351. Grayscale: #939393. Windows color (decimal): -4686674 or 11435192. OLE color: 11435192.
HSL color Cylindrical-coordinate representation of color #B87CAE: hue angle of 310º 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 #B87CAE is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 174 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.28 |
| HSL | 310º | 0.3% | 0.6% | - |
| HSV(B) | 310º | 0.33% | 0.72% | - |
| XYZ | 34.61 | 27.66 | 43.56 | - |
| YUV | 147.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 174 | 0 | 0.33 | 0.05 | 0.28 | 310 | 0.3 | 0.6 |
| Hex | B8 | 7C | AE | 0 | 21 | 5 | 1C | 136 | 1E | 3C |
| Octal | 270 | 174 | 256 | 0 | 41 | 5 | 34 | 466 | 36 | 74 |
| Binary | 10111000 | 1111100 | 10101110 | 0 | 100001 | 101 | 11100 | 100110110 | 11110 | 111100 |
Color Harmonies of #B87CAE
Complementary color
Monochromatic Colors of #B87CAE
Black with #B87CAE
Text Example
Text Example
White with #B87CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87CAE; }
p { color: rgb(184,124,174); }
H1.HeaderClassName
{
color: #B87CAE;
}
.AnyTagClassName
{
color: #B87CAE;
}
</style>
background-color css
<style>
a { background-color: #B87CAE; }
a { background-color: rgb(184,124,174); }
div.DivClassName
{
background-color: #B87CAE;
}
.BgClassName
{
background-color: #B87CAE;
}
</style>
border-color css
<style>
span { border-color: #B87CAE; }
span { border-color: rgb(184,124,174); }
td.TdClassName
{
border-color: #B87CAE;
}
.TagClassName
{
border-color: #B87CAE;
}
</style>