Shades of London Hue #B098AC
Tints of London Hue #B098AC
RGB
CMYK
RGB Variations
Color information
#B098AC (or 0xB098AC) is known color: London Hue. HEX triplet: B0, 98 and AC. RGB value is (176,152,172). Sum of RGB (Red+Green+Blue) = 176+152+172=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B098AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B098AC is #4F6753. Grayscale: #A1A1A1. Windows color (decimal): -5203796 or 11311280. OLE color: 11311280.
HSL color Cylindrical-coordinate representation of color #B098AC: hue angle of 310º 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 #B098AC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 172 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.31 |
| HSL | 310º | 0.13% | 0.64% | - |
| HSV(B) | 310º | 0.14% | 0.69% | - |
| XYZ | 36.58 | 34.67 | 43.79 | - |
| YUV | 161.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 172 | 0 | 0.14 | 0.02 | 0.31 | 310 | 0.13 | 0.64 |
| Hex | B0 | 98 | AC | 0 | E | 2 | 1F | 136 | D | 40 |
| Octal | 260 | 230 | 254 | 0 | 16 | 2 | 37 | 466 | 15 | 100 |
| Binary | 10110000 | 10011000 | 10101100 | 0 | 1110 | 10 | 11111 | 100110110 | 1101 | 1000000 |
Color Harmonies of #B098AC
Complementary color
Monochromatic Colors of #B098AC
Black with #B098AC
Text Example
Text Example
White with #B098AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B098AC; }
p { color: rgb(176,152,172); }
H1.HeaderClassName
{
color: #B098AC;
}
.AnyTagClassName
{
color: #B098AC;
}
</style>
background-color css
<style>
a { background-color: #B098AC; }
a { background-color: rgb(176,152,172); }
div.DivClassName
{
background-color: #B098AC;
}
.BgClassName
{
background-color: #B098AC;
}
</style>
border-color css
<style>
span { border-color: #B098AC; }
span { border-color: rgb(176,152,172); }
td.TdClassName
{
border-color: #B098AC;
}
.TagClassName
{
border-color: #B098AC;
}
</style>