Shades of London Hue #B98ABC
Tints of London Hue #B98ABC
RGB
CMYK
RGB Variations
Color information
#B98ABC (or 0xB98ABC) is known color: London Hue. HEX triplet: B9, 8A and BC. RGB value is (185,138,188). Sum of RGB (Red+Green+Blue) = 185+138+188=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #B98ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98ABC is #467543. Grayscale: #9D9D9D. Windows color (decimal): -4617540 or 12356281. OLE color: 12356281.
HSL color Cylindrical-coordinate representation of color #B98ABC: hue angle of 296.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B98ABC is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 138 | 188 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.26 |
| HSL | 296.4º | 0.27% | 0.64% | - |
| HSV(B) | 296.4º | 0.27% | 0.74% | - |
| XYZ | 38.17 | 32.12 | 51.77 | - |
| YUV | 157.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 138 | 188 | 0.02 | 0.27 | 0 | 0.26 | 296.4 | 0.27 | 0.64 |
| Hex | B9 | 8A | BC | 2 | 1B | 0 | 1A | 128 | 1B | 40 |
| Octal | 271 | 212 | 274 | 2 | 33 | 0 | 32 | 450 | 33 | 100 |
| Binary | 10111001 | 10001010 | 10111100 | 10 | 11011 | 0 | 11010 | 100101000 | 11011 | 1000000 |
Color Harmonies of #B98ABC
Complementary color
Monochromatic Colors of #B98ABC
Black with #B98ABC
Text Example
Text Example
White with #B98ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98ABC; }
p { color: rgb(185,138,188); }
H1.HeaderClassName
{
color: #B98ABC;
}
.AnyTagClassName
{
color: #B98ABC;
}
</style>
background-color css
<style>
a { background-color: #B98ABC; }
a { background-color: rgb(185,138,188); }
div.DivClassName
{
background-color: #B98ABC;
}
.BgClassName
{
background-color: #B98ABC;
}
</style>
border-color css
<style>
span { border-color: #B98ABC; }
span { border-color: rgb(185,138,188); }
td.TdClassName
{
border-color: #B98ABC;
}
.TagClassName
{
border-color: #B98ABC;
}
</style>