Shades of London Hue #B099B2
Tints of London Hue #B099B2
RGB
CMYK
RGB Variations
Color information
#B099B2 (or 0xB099B2) is known color: London Hue. HEX triplet: B0, 99 and B2. RGB value is (176,153,178). Sum of RGB (Red+Green+Blue) = 176+153+178=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 178 - color contains mainly: blue. Hex color #B099B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099B2 is #4F664D. Grayscale: #A2A2A2. Windows color (decimal): -5203534 or 11704752. OLE color: 11704752.
HSL color Cylindrical-coordinate representation of color #B099B2: hue angle of 295.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B099B2 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 153 | 178 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.30 |
| HSL | 295.2º | 0.14% | 0.65% | - |
| HSV(B) | 295.2º | 0.14% | 0.7% | - |
| XYZ | 37.33 | 35.23 | 46.95 | - |
| YUV | 162.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 178 | 0.01 | 0.14 | 0 | 0.30 | 295.2 | 0.14 | 0.65 |
| Hex | B0 | 99 | B2 | 1 | E | 0 | 1E | 127 | E | 41 |
| Octal | 260 | 231 | 262 | 1 | 16 | 0 | 36 | 447 | 16 | 101 |
| Binary | 10110000 | 10011001 | 10110010 | 1 | 1110 | 0 | 11110 | 100100111 | 1110 | 1000001 |
Color Harmonies of #B099B2
Complementary color
Monochromatic Colors of #B099B2
Black with #B099B2
Text Example
Text Example
White with #B099B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099B2; }
p { color: rgb(176,153,178); }
H1.HeaderClassName
{
color: #B099B2;
}
.AnyTagClassName
{
color: #B099B2;
}
</style>
background-color css
<style>
a { background-color: #B099B2; }
a { background-color: rgb(176,153,178); }
div.DivClassName
{
background-color: #B099B2;
}
.BgClassName
{
background-color: #B099B2;
}
</style>
border-color css
<style>
span { border-color: #B099B2; }
span { border-color: rgb(176,153,178); }
td.TdClassName
{
border-color: #B099B2;
}
.TagClassName
{
border-color: #B099B2;
}
</style>