Shades of London Hue #B98BAA
Tints of London Hue #B98BAA
RGB
CMYK
RGB Variations
Color information
#B98BAA (or 0xB98BAA) is known color: London Hue. HEX triplet: B9, 8B and AA. RGB value is (185,139,170). Sum of RGB (Red+Green+Blue) = 185+139+170=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BAA is #467455. Grayscale: #9C9C9C. Windows color (decimal): -4617302 or 11176889. OLE color: 11176889.
HSL color Cylindrical-coordinate representation of color #B98BAA: hue angle of 319.57º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B98BAA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 139 | 170 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.27 |
| HSL | 319.57º | 0.25% | 0.64% | - |
| HSV(B) | 319.57º | 0.25% | 0.73% | - |
| XYZ | 36.5 | 31.68 | 42.22 | - |
| YUV | 156.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 170 | 0 | 0.25 | 0.08 | 0.27 | 319.57 | 0.25 | 0.64 |
| Hex | B9 | 8B | AA | 0 | 19 | 8 | 1B | 140 | 19 | 40 |
| Octal | 271 | 213 | 252 | 0 | 31 | 10 | 33 | 500 | 31 | 100 |
| Binary | 10111001 | 10001011 | 10101010 | 0 | 11001 | 1000 | 11011 | 101000000 | 11001 | 1000000 |
Color Harmonies of #B98BAA
Complementary color
Monochromatic Colors of #B98BAA
Black with #B98BAA
Text Example
Text Example
White with #B98BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98BAA; }
p { color: rgb(185,139,170); }
H1.HeaderClassName
{
color: #B98BAA;
}
.AnyTagClassName
{
color: #B98BAA;
}
</style>
background-color css
<style>
a { background-color: #B98BAA; }
a { background-color: rgb(185,139,170); }
div.DivClassName
{
background-color: #B98BAA;
}
.BgClassName
{
background-color: #B98BAA;
}
</style>
border-color css
<style>
span { border-color: #B98BAA; }
span { border-color: rgb(185,139,170); }
td.TdClassName
{
border-color: #B98BAA;
}
.TagClassName
{
border-color: #B98BAA;
}
</style>