Shades of London Hue #B098AD
Tints of London Hue #B098AD
RGB
CMYK
RGB Variations
Color information
#B098AD (or 0xB098AD) is known color: London Hue. HEX triplet: B0, 98 and AD. RGB value is (176,152,173). Sum of RGB (Red+Green+Blue) = 176+152+173=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B098AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B098AD is #4F6752. Grayscale: #A1A1A1. Windows color (decimal): -5203795 or 11376816. OLE color: 11376816.
HSL color Cylindrical-coordinate representation of color #B098AD: hue angle of 307.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 #B098AD is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 173 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.31 |
| HSL | 307.5º | 0.13% | 0.64% | - |
| HSV(B) | 307.5º | 0.14% | 0.69% | - |
| XYZ | 36.68 | 34.7 | 44.3 | - |
| YUV | 161.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 173 | 0 | 0.14 | 0.02 | 0.31 | 307.5 | 0.13 | 0.64 |
| Hex | B0 | 98 | AD | 0 | E | 2 | 1F | 134 | D | 40 |
| Octal | 260 | 230 | 255 | 0 | 16 | 2 | 37 | 464 | 15 | 100 |
| Binary | 10110000 | 10011000 | 10101101 | 0 | 1110 | 10 | 11111 | 100110100 | 1101 | 1000000 |
Color Harmonies of #B098AD
Complementary color
Monochromatic Colors of #B098AD
Black with #B098AD
Text Example
Text Example
White with #B098AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B098AD; }
p { color: rgb(176,152,173); }
H1.HeaderClassName
{
color: #B098AD;
}
.AnyTagClassName
{
color: #B098AD;
}
</style>
background-color css
<style>
a { background-color: #B098AD; }
a { background-color: rgb(176,152,173); }
div.DivClassName
{
background-color: #B098AD;
}
.BgClassName
{
background-color: #B098AD;
}
</style>
border-color css
<style>
span { border-color: #B098AD; }
span { border-color: rgb(176,152,173); }
td.TdClassName
{
border-color: #B098AD;
}
.TagClassName
{
border-color: #B098AD;
}
</style>