Shades of London Hue #B98DB8
Tints of London Hue #B98DB8
RGB
CMYK
RGB Variations
Color information
#B98DB8 (or 0xB98DB8) is known color: London Hue. HEX triplet: B9, 8D and B8. RGB value is (185,141,184). Sum of RGB (Red+Green+Blue) = 185+141+184=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DB8 is #467247. Grayscale: #9E9E9E. Windows color (decimal): -4616776 or 12094905. OLE color: 12094905.
HSL color Cylindrical-coordinate representation of color #B98DB8: hue angle of 301.36º 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 #B98DB8 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 184 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.27 |
| HSL | 301.36º | 0.24% | 0.64% | - |
| HSV(B) | 301.36º | 0.24% | 0.73% | - |
| XYZ | 38.18 | 32.82 | 49.67 | - |
| YUV | 159.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 184 | 0 | 0.24 | 0.01 | 0.27 | 301.36 | 0.24 | 0.64 |
| Hex | B9 | 8D | B8 | 0 | 18 | 1 | 1B | 12D | 18 | 40 |
| Octal | 271 | 215 | 270 | 0 | 30 | 1 | 33 | 455 | 30 | 100 |
| Binary | 10111001 | 10001101 | 10111000 | 0 | 11000 | 1 | 11011 | 100101101 | 11000 | 1000000 |
Color Harmonies of #B98DB8
Complementary color
Monochromatic Colors of #B98DB8
Black with #B98DB8
Text Example
Text Example
White with #B98DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98DB8; }
p { color: rgb(185,141,184); }
H1.HeaderClassName
{
color: #B98DB8;
}
.AnyTagClassName
{
color: #B98DB8;
}
</style>
background-color css
<style>
a { background-color: #B98DB8; }
a { background-color: rgb(185,141,184); }
div.DivClassName
{
background-color: #B98DB8;
}
.BgClassName
{
background-color: #B98DB8;
}
</style>
border-color css
<style>
span { border-color: #B98DB8; }
span { border-color: rgb(185,141,184); }
td.TdClassName
{
border-color: #B98DB8;
}
.TagClassName
{
border-color: #B98DB8;
}
</style>