Shades of London Hue #B87AAE
Tints of London Hue #B87AAE
RGB
CMYK
RGB Variations
Color information
#B87AAE (or 0xB87AAE) is known color: London Hue. HEX triplet: B8, 7A and AE. RGB value is (184,122,174). Sum of RGB (Red+Green+Blue) = 184+122+174=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87AAE is #478551. Grayscale: #929292. Windows color (decimal): -4687186 or 11434680. OLE color: 11434680.
HSL color Cylindrical-coordinate representation of color #B87AAE: hue angle of 309.68º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87AAE is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 174 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.28 |
| HSL | 309.68º | 0.3% | 0.6% | - |
| HSV(B) | 309.68º | 0.34% | 0.72% | - |
| XYZ | 34.37 | 27.17 | 43.48 | - |
| YUV | 146.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 174 | 0 | 0.34 | 0.05 | 0.28 | 309.68 | 0.3 | 0.6 |
| Hex | B8 | 7A | AE | 0 | 22 | 5 | 1C | 136 | 1E | 3C |
| Octal | 270 | 172 | 256 | 0 | 42 | 5 | 34 | 466 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10101110 | 0 | 100010 | 101 | 11100 | 100110110 | 11110 | 111100 |
Color Harmonies of #B87AAE
Complementary color
Monochromatic Colors of #B87AAE
Black with #B87AAE
Text Example
Text Example
White with #B87AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AAE; }
p { color: rgb(184,122,174); }
H1.HeaderClassName
{
color: #B87AAE;
}
.AnyTagClassName
{
color: #B87AAE;
}
</style>
background-color css
<style>
a { background-color: #B87AAE; }
a { background-color: rgb(184,122,174); }
div.DivClassName
{
background-color: #B87AAE;
}
.BgClassName
{
background-color: #B87AAE;
}
</style>
border-color css
<style>
span { border-color: #B87AAE; }
span { border-color: rgb(184,122,174); }
td.TdClassName
{
border-color: #B87AAE;
}
.TagClassName
{
border-color: #B87AAE;
}
</style>