Shades of London Hue #B98FBA
Tints of London Hue #B98FBA
RGB
CMYK
RGB Variations
Color information
#B98FBA (or 0xB98FBA) is known color: London Hue. HEX triplet: B9, 8F and BA. RGB value is (185,143,186). Sum of RGB (Red+Green+Blue) = 185+143+186=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #B98FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FBA is #467045. Grayscale: #A0A0A0. Windows color (decimal): -4616262 or 12226489. OLE color: 12226489.
HSL color Cylindrical-coordinate representation of color #B98FBA: hue angle of 298.6º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B98FBA is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 186 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.27 |
| HSL | 298.6º | 0.24% | 0.65% | - |
| HSV(B) | 298.6º | 0.23% | 0.73% | - |
| XYZ | 38.69 | 33.5 | 50.88 | - |
| YUV | 160.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 186 | 0.01 | 0.23 | 0 | 0.27 | 298.6 | 0.24 | 0.65 |
| Hex | B9 | 8F | BA | 1 | 17 | 0 | 1B | 12B | 18 | 41 |
| Octal | 271 | 217 | 272 | 1 | 27 | 0 | 33 | 453 | 30 | 101 |
| Binary | 10111001 | 10001111 | 10111010 | 1 | 10111 | 0 | 11011 | 100101011 | 11000 | 1000001 |
Color Harmonies of #B98FBA
Complementary color
Monochromatic Colors of #B98FBA
Black with #B98FBA
Text Example
Text Example
White with #B98FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98FBA; }
p { color: rgb(185,143,186); }
H1.HeaderClassName
{
color: #B98FBA;
}
.AnyTagClassName
{
color: #B98FBA;
}
</style>
background-color css
<style>
a { background-color: #B98FBA; }
a { background-color: rgb(185,143,186); }
div.DivClassName
{
background-color: #B98FBA;
}
.BgClassName
{
background-color: #B98FBA;
}
</style>
border-color css
<style>
span { border-color: #B98FBA; }
span { border-color: rgb(185,143,186); }
td.TdClassName
{
border-color: #B98FBA;
}
.TagClassName
{
border-color: #B98FBA;
}
</style>