Shades of London Hue #B98AB6
Tints of London Hue #B98AB6
RGB
CMYK
RGB Variations
Color information
#B98AB6 (or 0xB98AB6) is known color: London Hue. HEX triplet: B9, 8A and B6. RGB value is (185,138,182). Sum of RGB (Red+Green+Blue) = 185+138+182=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B98AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98AB6 is #467549. Grayscale: #9C9C9C. Windows color (decimal): -4617546 or 11963065. OLE color: 11963065.
HSL color Cylindrical-coordinate representation of color #B98AB6: hue angle of 303.83º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B98AB6 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 138 | 182 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.27 |
| HSL | 303.83º | 0.25% | 0.63% | - |
| HSV(B) | 303.83º | 0.25% | 0.73% | - |
| XYZ | 37.54 | 31.87 | 48.43 | - |
| YUV | 157.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 138 | 182 | 0 | 0.25 | 0.02 | 0.27 | 303.83 | 0.25 | 0.63 |
| Hex | B9 | 8A | B6 | 0 | 19 | 2 | 1B | 130 | 19 | 3F |
| Octal | 271 | 212 | 266 | 0 | 31 | 2 | 33 | 460 | 31 | 77 |
| Binary | 10111001 | 10001010 | 10110110 | 0 | 11001 | 10 | 11011 | 100110000 | 11001 | 111111 |
Color Harmonies of #B98AB6
Complementary color
Monochromatic Colors of #B98AB6
Black with #B98AB6
Text Example
Text Example
White with #B98AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98AB6; }
p { color: rgb(185,138,182); }
H1.HeaderClassName
{
color: #B98AB6;
}
.AnyTagClassName
{
color: #B98AB6;
}
</style>
background-color css
<style>
a { background-color: #B98AB6; }
a { background-color: rgb(185,138,182); }
div.DivClassName
{
background-color: #B98AB6;
}
.BgClassName
{
background-color: #B98AB6;
}
</style>
border-color css
<style>
span { border-color: #B98AB6; }
span { border-color: rgb(185,138,182); }
td.TdClassName
{
border-color: #B98AB6;
}
.TagClassName
{
border-color: #B98AB6;
}
</style>