Shades of London Hue #B98FB0
Tints of London Hue #B98FB0
RGB
CMYK
RGB Variations
Color information
#B98FB0 (or 0xB98FB0) is known color: London Hue. HEX triplet: B9, 8F and B0. RGB value is (185,143,176). Sum of RGB (Red+Green+Blue) = 185+143+176=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98FB0 is #46704F. Grayscale: #9F9F9F. Windows color (decimal): -4616272 or 11571129. OLE color: 11571129.
HSL color Cylindrical-coordinate representation of color #B98FB0: hue angle of 312.86º 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 #B98FB0 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 176 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.27 |
| HSL | 312.86º | 0.23% | 0.64% | - |
| HSV(B) | 312.86º | 0.23% | 0.73% | - |
| XYZ | 37.67 | 33.09 | 45.48 | - |
| YUV | 159.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 176 | 0 | 0.23 | 0.05 | 0.27 | 312.86 | 0.23 | 0.64 |
| Hex | B9 | 8F | B0 | 0 | 17 | 5 | 1B | 139 | 17 | 40 |
| Octal | 271 | 217 | 260 | 0 | 27 | 5 | 33 | 471 | 27 | 100 |
| Binary | 10111001 | 10001111 | 10110000 | 0 | 10111 | 101 | 11011 | 100111001 | 10111 | 1000000 |
Color Harmonies of #B98FB0
Complementary color
Monochromatic Colors of #B98FB0
Black with #B98FB0
Text Example
Text Example
White with #B98FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98FB0; }
p { color: rgb(185,143,176); }
H1.HeaderClassName
{
color: #B98FB0;
}
.AnyTagClassName
{
color: #B98FB0;
}
</style>
background-color css
<style>
a { background-color: #B98FB0; }
a { background-color: rgb(185,143,176); }
div.DivClassName
{
background-color: #B98FB0;
}
.BgClassName
{
background-color: #B98FB0;
}
</style>
border-color css
<style>
span { border-color: #B98FB0; }
span { border-color: rgb(185,143,176); }
td.TdClassName
{
border-color: #B98FB0;
}
.TagClassName
{
border-color: #B98FB0;
}
</style>