Shades of London Hue #B19AB0
Tints of London Hue #B19AB0
RGB
CMYK
RGB Variations
Color information
#B19AB0 (or 0xB19AB0) is known color: London Hue. HEX triplet: B1, 9A and B0. RGB value is (177,154,176). Sum of RGB (Red+Green+Blue) = 177+154+176=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 177 - color contains mainly: red. Hex color #B19AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19AB0 is #4E654F. Grayscale: #A3A3A3. Windows color (decimal): -5137744 or 11573937. OLE color: 11573937.
HSL color Cylindrical-coordinate representation of color #B19AB0: hue angle of 302.61º 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 #B19AB0 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 176 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.31 |
| HSL | 302.61º | 0.13% | 0.65% | - |
| HSV(B) | 302.61º | 0.13% | 0.69% | - |
| XYZ | 37.52 | 35.59 | 45.97 | - |
| YUV | 163.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 176 | 0 | 0.13 | 0.01 | 0.31 | 302.61 | 0.13 | 0.65 |
| Hex | B1 | 9A | B0 | 0 | D | 1 | 1F | 12F | D | 41 |
| Octal | 261 | 232 | 260 | 0 | 15 | 1 | 37 | 457 | 15 | 101 |
| Binary | 10110001 | 10011010 | 10110000 | 0 | 1101 | 1 | 11111 | 100101111 | 1101 | 1000001 |
Color Harmonies of #B19AB0
Complementary color
Monochromatic Colors of #B19AB0
Black with #B19AB0
Text Example
Text Example
White with #B19AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19AB0; }
p { color: rgb(177,154,176); }
H1.HeaderClassName
{
color: #B19AB0;
}
.AnyTagClassName
{
color: #B19AB0;
}
</style>
background-color css
<style>
a { background-color: #B19AB0; }
a { background-color: rgb(177,154,176); }
div.DivClassName
{
background-color: #B19AB0;
}
.BgClassName
{
background-color: #B19AB0;
}
</style>
border-color css
<style>
span { border-color: #B19AB0; }
span { border-color: rgb(177,154,176); }
td.TdClassName
{
border-color: #B19AB0;
}
.TagClassName
{
border-color: #B19AB0;
}
</style>