Shades of London Hue #B199A9
Tints of London Hue #B199A9
RGB
CMYK
RGB Variations
Color information
#B199A9 (or 0xB199A9) is known color: London Hue. HEX triplet: B1, 99 and A9. RGB value is (177,153,169). Sum of RGB (Red+Green+Blue) = 177+153+169=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B199A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199A9 is #4E6656. Grayscale: #A1A1A1. Windows color (decimal): -5138007 or 11114929. OLE color: 11114929.
HSL color Cylindrical-coordinate representation of color #B199A9: hue angle of 320º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B199A9 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 169 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.31 |
| HSL | 320º | 0.13% | 0.65% | - |
| HSV(B) | 320º | 0.14% | 0.69% | - |
| XYZ | 36.68 | 34.99 | 42.36 | - |
| YUV | 162 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 169 | 0 | 0.14 | 0.05 | 0.31 | 320 | 0.13 | 0.65 |
| Hex | B1 | 99 | A9 | 0 | E | 5 | 1F | 140 | D | 41 |
| Octal | 261 | 231 | 251 | 0 | 16 | 5 | 37 | 500 | 15 | 101 |
| Binary | 10110001 | 10011001 | 10101001 | 0 | 1110 | 101 | 11111 | 101000000 | 1101 | 1000001 |
Color Harmonies of #B199A9
Complementary color
Monochromatic Colors of #B199A9
Black with #B199A9
Text Example
Text Example
White with #B199A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199A9; }
p { color: rgb(177,153,169); }
H1.HeaderClassName
{
color: #B199A9;
}
.AnyTagClassName
{
color: #B199A9;
}
</style>
background-color css
<style>
a { background-color: #B199A9; }
a { background-color: rgb(177,153,169); }
div.DivClassName
{
background-color: #B199A9;
}
.BgClassName
{
background-color: #B199A9;
}
</style>
border-color css
<style>
span { border-color: #B199A9; }
span { border-color: rgb(177,153,169); }
td.TdClassName
{
border-color: #B199A9;
}
.TagClassName
{
border-color: #B199A9;
}
</style>