Shades of London Hue #B19AAE
Tints of London Hue #B19AAE
RGB
CMYK
RGB Variations
Color information
#B19AAE (or 0xB19AAE) is known color: London Hue. HEX triplet: B1, 9A and AE. RGB value is (177,154,174). Sum of RGB (Red+Green+Blue) = 177+154+174=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B19AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19AAE is #4E6551. Grayscale: #A3A3A3. Windows color (decimal): -5137746 or 11442865. OLE color: 11442865.
HSL color Cylindrical-coordinate representation of color #B19AAE: hue angle of 307.83º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B19AAE is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 174 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.31 |
| HSL | 307.83º | 0.13% | 0.65% | - |
| HSV(B) | 307.83º | 0.13% | 0.69% | - |
| XYZ | 37.33 | 35.51 | 44.93 | - |
| YUV | 163.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 174 | 0 | 0.13 | 0.02 | 0.31 | 307.83 | 0.13 | 0.65 |
| Hex | B1 | 9A | AE | 0 | D | 2 | 1F | 134 | D | 41 |
| Octal | 261 | 232 | 256 | 0 | 15 | 2 | 37 | 464 | 15 | 101 |
| Binary | 10110001 | 10011010 | 10101110 | 0 | 1101 | 10 | 11111 | 100110100 | 1101 | 1000001 |
Color Harmonies of #B19AAE
Complementary color
Monochromatic Colors of #B19AAE
Black with #B19AAE
Text Example
Text Example
White with #B19AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19AAE; }
p { color: rgb(177,154,174); }
H1.HeaderClassName
{
color: #B19AAE;
}
.AnyTagClassName
{
color: #B19AAE;
}
</style>
background-color css
<style>
a { background-color: #B19AAE; }
a { background-color: rgb(177,154,174); }
div.DivClassName
{
background-color: #B19AAE;
}
.BgClassName
{
background-color: #B19AAE;
}
</style>
border-color css
<style>
span { border-color: #B19AAE; }
span { border-color: rgb(177,154,174); }
td.TdClassName
{
border-color: #B19AAE;
}
.TagClassName
{
border-color: #B19AAE;
}
</style>