Shades of London Hue #B98BBC
Tints of London Hue #B98BBC
RGB
CMYK
RGB Variations
Color information
#B98BBC (or 0xB98BBC) is known color: London Hue. HEX triplet: B9, 8B and BC. RGB value is (185,139,188). Sum of RGB (Red+Green+Blue) = 185+139+188=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #B98BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BBC is #467443. Grayscale: #9E9E9E. Windows color (decimal): -4617284 or 12356537. OLE color: 12356537.
HSL color Cylindrical-coordinate representation of color #B98BBC: hue angle of 296.33º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B98BBC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 139 | 188 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.26 |
| HSL | 296.33º | 0.27% | 0.64% | - |
| HSV(B) | 296.33º | 0.26% | 0.74% | - |
| XYZ | 38.32 | 32.41 | 51.81 | - |
| YUV | 158.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 188 | 0.02 | 0.26 | 0 | 0.26 | 296.33 | 0.27 | 0.64 |
| Hex | B9 | 8B | BC | 2 | 1A | 0 | 1A | 128 | 1B | 40 |
| Octal | 271 | 213 | 274 | 2 | 32 | 0 | 32 | 450 | 33 | 100 |
| Binary | 10111001 | 10001011 | 10111100 | 10 | 11010 | 0 | 11010 | 100101000 | 11011 | 1000000 |
Color Harmonies of #B98BBC
Complementary color
Monochromatic Colors of #B98BBC
Black with #B98BBC
Text Example
Text Example
White with #B98BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98BBC; }
p { color: rgb(185,139,188); }
H1.HeaderClassName
{
color: #B98BBC;
}
.AnyTagClassName
{
color: #B98BBC;
}
</style>
background-color css
<style>
a { background-color: #B98BBC; }
a { background-color: rgb(185,139,188); }
div.DivClassName
{
background-color: #B98BBC;
}
.BgClassName
{
background-color: #B98BBC;
}
</style>
border-color css
<style>
span { border-color: #B98BBC; }
span { border-color: rgb(185,139,188); }
td.TdClassName
{
border-color: #B98BBC;
}
.TagClassName
{
border-color: #B98BBC;
}
</style>