Shades of London Hue #B199AB
Tints of London Hue #B199AB
RGB
CMYK
RGB Variations
Color information
#B199AB (or 0xB199AB) is known color: London Hue. HEX triplet: B1, 99 and AB. RGB value is (177,153,171). Sum of RGB (Red+Green+Blue) = 177+153+171=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 177 - color contains mainly: red. Hex color #B199AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199AB is #4E6654. Grayscale: #A2A2A2. Windows color (decimal): -5138005 or 11246001. OLE color: 11246001.
HSL color Cylindrical-coordinate representation of color #B199AB: hue angle of 315º 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 #B199AB is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 171 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.31 |
| HSL | 315º | 0.13% | 0.65% | - |
| HSV(B) | 315º | 0.14% | 0.69% | - |
| XYZ | 36.87 | 35.07 | 43.35 | - |
| YUV | 162.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 171 | 0 | 0.14 | 0.03 | 0.31 | 315 | 0.13 | 0.65 |
| Hex | B1 | 99 | AB | 0 | E | 3 | 1F | 13B | D | 41 |
| Octal | 261 | 231 | 253 | 0 | 16 | 3 | 37 | 473 | 15 | 101 |
| Binary | 10110001 | 10011001 | 10101011 | 0 | 1110 | 11 | 11111 | 100111011 | 1101 | 1000001 |
Color Harmonies of #B199AB
Complementary color
Monochromatic Colors of #B199AB
Black with #B199AB
Text Example
Text Example
White with #B199AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199AB; }
p { color: rgb(177,153,171); }
H1.HeaderClassName
{
color: #B199AB;
}
.AnyTagClassName
{
color: #B199AB;
}
</style>
background-color css
<style>
a { background-color: #B199AB; }
a { background-color: rgb(177,153,171); }
div.DivClassName
{
background-color: #B199AB;
}
.BgClassName
{
background-color: #B199AB;
}
</style>
border-color css
<style>
span { border-color: #B199AB; }
span { border-color: rgb(177,153,171); }
td.TdClassName
{
border-color: #B199AB;
}
.TagClassName
{
border-color: #B199AB;
}
</style>