Shades of London Hue #B98CAF
Tints of London Hue #B98CAF
RGB
CMYK
RGB Variations
Color information
#B98CAF (or 0xB98CAF) is known color: London Hue. HEX triplet: B9, 8C and AF. RGB value is (185,140,175). Sum of RGB (Red+Green+Blue) = 185+140+175=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B98CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98CAF is #467350. Grayscale: #9D9D9D. Windows color (decimal): -4617041 or 11504825. OLE color: 11504825.
HSL color Cylindrical-coordinate representation of color #B98CAF: hue angle of 313.33º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B98CAF is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 140 | 175 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.27 |
| HSL | 313.33º | 0.24% | 0.64% | - |
| HSV(B) | 313.33º | 0.24% | 0.73% | - |
| XYZ | 37.12 | 32.17 | 44.81 | - |
| YUV | 157.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 175 | 0 | 0.24 | 0.05 | 0.27 | 313.33 | 0.24 | 0.64 |
| Hex | B9 | 8C | AF | 0 | 18 | 5 | 1B | 139 | 18 | 40 |
| Octal | 271 | 214 | 257 | 0 | 30 | 5 | 33 | 471 | 30 | 100 |
| Binary | 10111001 | 10001100 | 10101111 | 0 | 11000 | 101 | 11011 | 100111001 | 11000 | 1000000 |
Color Harmonies of #B98CAF
Complementary color
Monochromatic Colors of #B98CAF
Black with #B98CAF
Text Example
Text Example
White with #B98CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98CAF; }
p { color: rgb(185,140,175); }
H1.HeaderClassName
{
color: #B98CAF;
}
.AnyTagClassName
{
color: #B98CAF;
}
</style>
background-color css
<style>
a { background-color: #B98CAF; }
a { background-color: rgb(185,140,175); }
div.DivClassName
{
background-color: #B98CAF;
}
.BgClassName
{
background-color: #B98CAF;
}
</style>
border-color css
<style>
span { border-color: #B98CAF; }
span { border-color: rgb(185,140,175); }
td.TdClassName
{
border-color: #B98CAF;
}
.TagClassName
{
border-color: #B98CAF;
}
</style>