Shades of London Hue #B19EAF
Tints of London Hue #B19EAF
RGB
CMYK
RGB Variations
Color information
#B19EAF (or 0xB19EAF) is known color: London Hue. HEX triplet: B1, 9E and AF. RGB value is (177,158,175). Sum of RGB (Red+Green+Blue) = 177+158+175=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EAF is #4E6150. Grayscale: #A5A5A5. Windows color (decimal): -5136721 or 11509425. OLE color: 11509425.
HSL color Cylindrical-coordinate representation of color #B19EAF: hue angle of 306.32º 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 #B19EAF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 175 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.31 |
| HSL | 306.32º | 0.11% | 0.66% | - |
| HSV(B) | 306.32º | 0.11% | 0.69% | - |
| XYZ | 38.1 | 36.9 | 45.67 | - |
| YUV | 165.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 175 | 0 | 0.11 | 0.01 | 0.31 | 306.32 | 0.11 | 0.66 |
| Hex | B1 | 9E | AF | 0 | B | 1 | 1F | 132 | B | 42 |
| Octal | 261 | 236 | 257 | 0 | 13 | 1 | 37 | 462 | 13 | 102 |
| Binary | 10110001 | 10011110 | 10101111 | 0 | 1011 | 1 | 11111 | 100110010 | 1011 | 1000010 |
Color Harmonies of #B19EAF
Complementary color
Monochromatic Colors of #B19EAF
Black with #B19EAF
Text Example
Text Example
White with #B19EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19EAF; }
p { color: rgb(177,158,175); }
H1.HeaderClassName
{
color: #B19EAF;
}
.AnyTagClassName
{
color: #B19EAF;
}
</style>
background-color css
<style>
a { background-color: #B19EAF; }
a { background-color: rgb(177,158,175); }
div.DivClassName
{
background-color: #B19EAF;
}
.BgClassName
{
background-color: #B19EAF;
}
</style>
border-color css
<style>
span { border-color: #B19EAF; }
span { border-color: rgb(177,158,175); }
td.TdClassName
{
border-color: #B19EAF;
}
.TagClassName
{
border-color: #B19EAF;
}
</style>