Shades of London Hue #B19FAE
Tints of London Hue #B19FAE
RGB
CMYK
RGB Variations
Color information
#B19FAE (or 0xB19FAE) is known color: London Hue. HEX triplet: B1, 9F and AE. RGB value is (177,159,174). Sum of RGB (Red+Green+Blue) = 177+159+174=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FAE is #4E6051. Grayscale: #A6A6A6. Windows color (decimal): -5136466 or 11444145. OLE color: 11444145.
HSL color Cylindrical-coordinate representation of color #B19FAE: hue angle of 310º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B19FAE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 174 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.31 |
| HSL | 310º | 0.1% | 0.66% | - |
| HSV(B) | 310º | 0.1% | 0.69% | - |
| XYZ | 38.17 | 37.2 | 45.21 | - |
| YUV | 166.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 174 | 0 | 0.10 | 0.02 | 0.31 | 310 | 0.1 | 0.66 |
| Hex | B1 | 9F | AE | 0 | A | 2 | 1F | 136 | A | 42 |
| Octal | 261 | 237 | 256 | 0 | 12 | 2 | 37 | 466 | 12 | 102 |
| Binary | 10110001 | 10011111 | 10101110 | 0 | 1010 | 10 | 11111 | 100110110 | 1010 | 1000010 |
Color Harmonies of #B19FAE
Complementary color
Monochromatic Colors of #B19FAE
Black with #B19FAE
Text Example
Text Example
White with #B19FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FAE; }
p { color: rgb(177,159,174); }
H1.HeaderClassName
{
color: #B19FAE;
}
.AnyTagClassName
{
color: #B19FAE;
}
</style>
background-color css
<style>
a { background-color: #B19FAE; }
a { background-color: rgb(177,159,174); }
div.DivClassName
{
background-color: #B19FAE;
}
.BgClassName
{
background-color: #B19FAE;
}
</style>
border-color css
<style>
span { border-color: #B19FAE; }
span { border-color: rgb(177,159,174); }
td.TdClassName
{
border-color: #B19FAE;
}
.TagClassName
{
border-color: #B19FAE;
}
</style>