Shades of London Hue #B098AF
Tints of London Hue #B098AF
RGB
CMYK
RGB Variations
Color information
#B098AF (or 0xB098AF) is known color: London Hue. HEX triplet: B0, 98 and AF. RGB value is (176,152,175). Sum of RGB (Red+Green+Blue) = 176+152+175=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 176 - color contains mainly: red. Hex color #B098AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B098AF is #4F6750. Grayscale: #A1A1A1. Windows color (decimal): -5203793 or 11507888. OLE color: 11507888.
HSL color Cylindrical-coordinate representation of color #B098AF: hue angle of 302.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B098AF is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 175 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.31 |
| HSL | 302.5º | 0.13% | 0.64% | - |
| HSV(B) | 302.5º | 0.14% | 0.69% | - |
| XYZ | 36.87 | 34.78 | 45.33 | - |
| YUV | 161.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 175 | 0 | 0.14 | 0.01 | 0.31 | 302.5 | 0.13 | 0.64 |
| Hex | B0 | 98 | AF | 0 | E | 1 | 1F | 12E | D | 40 |
| Octal | 260 | 230 | 257 | 0 | 16 | 1 | 37 | 456 | 15 | 100 |
| Binary | 10110000 | 10011000 | 10101111 | 0 | 1110 | 1 | 11111 | 100101110 | 1101 | 1000000 |
Color Harmonies of #B098AF
Complementary color
Monochromatic Colors of #B098AF
Black with #B098AF
Text Example
Text Example
White with #B098AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B098AF; }
p { color: rgb(176,152,175); }
H1.HeaderClassName
{
color: #B098AF;
}
.AnyTagClassName
{
color: #B098AF;
}
</style>
background-color css
<style>
a { background-color: #B098AF; }
a { background-color: rgb(176,152,175); }
div.DivClassName
{
background-color: #B098AF;
}
.BgClassName
{
background-color: #B098AF;
}
</style>
border-color css
<style>
span { border-color: #B098AF; }
span { border-color: rgb(176,152,175); }
td.TdClassName
{
border-color: #B098AF;
}
.TagClassName
{
border-color: #B098AF;
}
</style>