Shades of London Hue #B199AD
Tints of London Hue #B199AD
RGB
CMYK
RGB Variations
Color information
#B199AD (or 0xB199AD) is known color: London Hue. HEX triplet: B1, 99 and AD. RGB value is (177,153,173). Sum of RGB (Red+Green+Blue) = 177+153+173=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 177 - color contains mainly: red. Hex color #B199AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199AD is #4E6652. Grayscale: #A2A2A2. Windows color (decimal): -5138003 or 11377073. OLE color: 11377073.
HSL color Cylindrical-coordinate representation of color #B199AD: hue angle of 310º 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 #B199AD is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 173 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.31 |
| HSL | 310º | 0.13% | 0.65% | - |
| HSV(B) | 310º | 0.14% | 0.69% | - |
| XYZ | 37.07 | 35.15 | 44.37 | - |
| YUV | 162.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 173 | 0 | 0.14 | 0.02 | 0.31 | 310 | 0.13 | 0.65 |
| Hex | B1 | 99 | AD | 0 | E | 2 | 1F | 136 | D | 41 |
| Octal | 261 | 231 | 255 | 0 | 16 | 2 | 37 | 466 | 15 | 101 |
| Binary | 10110001 | 10011001 | 10101101 | 0 | 1110 | 10 | 11111 | 100110110 | 1101 | 1000001 |
Color Harmonies of #B199AD
Complementary color
Monochromatic Colors of #B199AD
Black with #B199AD
Text Example
Text Example
White with #B199AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199AD; }
p { color: rgb(177,153,173); }
H1.HeaderClassName
{
color: #B199AD;
}
.AnyTagClassName
{
color: #B199AD;
}
</style>
background-color css
<style>
a { background-color: #B199AD; }
a { background-color: rgb(177,153,173); }
div.DivClassName
{
background-color: #B199AD;
}
.BgClassName
{
background-color: #B199AD;
}
</style>
border-color css
<style>
span { border-color: #B199AD; }
span { border-color: rgb(177,153,173); }
td.TdClassName
{
border-color: #B199AD;
}
.TagClassName
{
border-color: #B199AD;
}
</style>