Shades of London Hue #B98FB9
Tints of London Hue #B98FB9
RGB
CMYK
RGB Variations
Color information
#B98FB9 (or 0xB98FB9) is known color: London Hue. HEX triplet: B9, 8F and B9. RGB value is (185,143,185). Sum of RGB (Red+Green+Blue) = 185+143+185=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B98FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FB9 is #467046. Grayscale: #A0A0A0. Windows color (decimal): -4616263 or 12160953. OLE color: 12160953.
HSL color Cylindrical-coordinate representation of color #B98FB9: hue angle of 300º 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 #B98FB9 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 185 | - |
| CMYK | 0 | 0.23 | 0 | 0.27 |
| HSL | 300º | 0.23% | 0.64% | - |
| HSV(B) | 300º | 0.23% | 0.73% | - |
| XYZ | 38.59 | 33.46 | 50.32 | - |
| YUV | 160.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 185 | 0 | 0.23 | 0 | 0.27 | 300 | 0.23 | 0.64 |
| Hex | B9 | 8F | B9 | 0 | 17 | 0 | 1B | 12C | 17 | 40 |
| Octal | 271 | 217 | 271 | 0 | 27 | 0 | 33 | 454 | 27 | 100 |
| Binary | 10111001 | 10001111 | 10111001 | 0 | 10111 | 0 | 11011 | 100101100 | 10111 | 1000000 |
Color Harmonies of #B98FB9
Complementary color
Monochromatic Colors of #B98FB9
Black with #B98FB9
Text Example
Text Example
White with #B98FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98FB9; }
p { color: rgb(185,143,185); }
H1.HeaderClassName
{
color: #B98FB9;
}
.AnyTagClassName
{
color: #B98FB9;
}
</style>
background-color css
<style>
a { background-color: #B98FB9; }
a { background-color: rgb(185,143,185); }
div.DivClassName
{
background-color: #B98FB9;
}
.BgClassName
{
background-color: #B98FB9;
}
</style>
border-color css
<style>
span { border-color: #B98FB9; }
span { border-color: rgb(185,143,185); }
td.TdClassName
{
border-color: #B98FB9;
}
.TagClassName
{
border-color: #B98FB9;
}
</style>