Shades of London Hue #B19EAC
Tints of London Hue #B19EAC
RGB
CMYK
RGB Variations
Color information
#B19EAC (or 0xB19EAC) is known color: London Hue. HEX triplet: B1, 9E and AC. RGB value is (177,158,172). Sum of RGB (Red+Green+Blue) = 177+158+172=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EAC is #4E6153. Grayscale: #A5A5A5. Windows color (decimal): -5136724 or 11312817. OLE color: 11312817.
HSL color Cylindrical-coordinate representation of color #B19EAC: hue angle of 315.79º 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 #B19EAC is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 172 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.31 |
| HSL | 315.79º | 0.11% | 0.66% | - |
| HSV(B) | 315.79º | 0.11% | 0.69% | - |
| XYZ | 37.8 | 36.78 | 44.14 | - |
| YUV | 165.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 172 | 0 | 0.11 | 0.03 | 0.31 | 315.79 | 0.11 | 0.66 |
| Hex | B1 | 9E | AC | 0 | B | 3 | 1F | 13C | B | 42 |
| Octal | 261 | 236 | 254 | 0 | 13 | 3 | 37 | 474 | 13 | 102 |
| Binary | 10110001 | 10011110 | 10101100 | 0 | 1011 | 11 | 11111 | 100111100 | 1011 | 1000010 |
Color Harmonies of #B19EAC
Complementary color
Monochromatic Colors of #B19EAC
Black with #B19EAC
Text Example
Text Example
White with #B19EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19EAC; }
p { color: rgb(177,158,172); }
H1.HeaderClassName
{
color: #B19EAC;
}
.AnyTagClassName
{
color: #B19EAC;
}
</style>
background-color css
<style>
a { background-color: #B19EAC; }
a { background-color: rgb(177,158,172); }
div.DivClassName
{
background-color: #B19EAC;
}
.BgClassName
{
background-color: #B19EAC;
}
</style>
border-color css
<style>
span { border-color: #B19EAC; }
span { border-color: rgb(177,158,172); }
td.TdClassName
{
border-color: #B19EAC;
}
.TagClassName
{
border-color: #B19EAC;
}
</style>