Shades of London Hue #B19EAD
Tints of London Hue #B19EAD
RGB
CMYK
RGB Variations
Color information
#B19EAD (or 0xB19EAD) is known color: London Hue. HEX triplet: B1, 9E and AD. RGB value is (177,158,173). Sum of RGB (Red+Green+Blue) = 177+158+173=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EAD is #4E6152. Grayscale: #A5A5A5. Windows color (decimal): -5136723 or 11378353. OLE color: 11378353.
HSL color Cylindrical-coordinate representation of color #B19EAD: hue angle of 312.63º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B19EAD is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 173 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.31 |
| HSL | 312.63º | 0.11% | 0.66% | - |
| HSV(B) | 312.63º | 0.11% | 0.69% | - |
| XYZ | 37.9 | 36.82 | 44.64 | - |
| YUV | 165.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 173 | 0 | 0.11 | 0.02 | 0.31 | 312.63 | 0.11 | 0.66 |
| Hex | B1 | 9E | AD | 0 | B | 2 | 1F | 139 | B | 42 |
| Octal | 261 | 236 | 255 | 0 | 13 | 2 | 37 | 471 | 13 | 102 |
| Binary | 10110001 | 10011110 | 10101101 | 0 | 1011 | 10 | 11111 | 100111001 | 1011 | 1000010 |
Color Harmonies of #B19EAD
Complementary color
Monochromatic Colors of #B19EAD
Black with #B19EAD
Text Example
Text Example
White with #B19EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19EAD; }
p { color: rgb(177,158,173); }
H1.HeaderClassName
{
color: #B19EAD;
}
.AnyTagClassName
{
color: #B19EAD;
}
</style>
background-color css
<style>
a { background-color: #B19EAD; }
a { background-color: rgb(177,158,173); }
div.DivClassName
{
background-color: #B19EAD;
}
.BgClassName
{
background-color: #B19EAD;
}
</style>
border-color css
<style>
span { border-color: #B19EAD; }
span { border-color: rgb(177,158,173); }
td.TdClassName
{
border-color: #B19EAD;
}
.TagClassName
{
border-color: #B19EAD;
}
</style>