Shades of London Hue #B98EAE
Tints of London Hue #B98EAE
RGB
CMYK
RGB Variations
Color information
#B98EAE (or 0xB98EAE) is known color: London Hue. HEX triplet: B9, 8E and AE. RGB value is (185,142,174). Sum of RGB (Red+Green+Blue) = 185+142+174=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B98EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98EAE is #467151. Grayscale: #9E9E9E. Windows color (decimal): -4616530 or 11439801. OLE color: 11439801.
HSL color Cylindrical-coordinate representation of color #B98EAE: hue angle of 315.35º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B98EAE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 142 | 174 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.27 |
| HSL | 315.35º | 0.23% | 0.64% | - |
| HSV(B) | 315.35º | 0.23% | 0.73% | - |
| XYZ | 37.32 | 32.72 | 44.39 | - |
| YUV | 158.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 174 | 0 | 0.23 | 0.06 | 0.27 | 315.35 | 0.23 | 0.64 |
| Hex | B9 | 8E | AE | 0 | 17 | 6 | 1B | 13B | 17 | 40 |
| Octal | 271 | 216 | 256 | 0 | 27 | 6 | 33 | 473 | 27 | 100 |
| Binary | 10111001 | 10001110 | 10101110 | 0 | 10111 | 110 | 11011 | 100111011 | 10111 | 1000000 |
Color Harmonies of #B98EAE
Complementary color
Monochromatic Colors of #B98EAE
Black with #B98EAE
Text Example
Text Example
White with #B98EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98EAE; }
p { color: rgb(185,142,174); }
H1.HeaderClassName
{
color: #B98EAE;
}
.AnyTagClassName
{
color: #B98EAE;
}
</style>
background-color css
<style>
a { background-color: #B98EAE; }
a { background-color: rgb(185,142,174); }
div.DivClassName
{
background-color: #B98EAE;
}
.BgClassName
{
background-color: #B98EAE;
}
</style>
border-color css
<style>
span { border-color: #B98EAE; }
span { border-color: rgb(185,142,174); }
td.TdClassName
{
border-color: #B98EAE;
}
.TagClassName
{
border-color: #B98EAE;
}
</style>