Shades of London Hue #B19FB0
Tints of London Hue #B19FB0
RGB
CMYK
RGB Variations
Color information
#B19FB0 (or 0xB19FB0) is known color: London Hue. HEX triplet: B1, 9F and B0. RGB value is (177,159,176). Sum of RGB (Red+Green+Blue) = 177+159+176=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FB0 is #4E604F. Grayscale: #A6A6A6. Windows color (decimal): -5136464 or 11575217. OLE color: 11575217.
HSL color Cylindrical-coordinate representation of color #B19FB0: hue angle of 303.33º 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 #B19FB0 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 176 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.31 |
| HSL | 303.33º | 0.1% | 0.66% | - |
| HSV(B) | 303.33º | 0.1% | 0.69% | - |
| XYZ | 38.37 | 37.28 | 46.25 | - |
| YUV | 166.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 176 | 0 | 0.10 | 0.01 | 0.31 | 303.33 | 0.1 | 0.66 |
| Hex | B1 | 9F | B0 | 0 | A | 1 | 1F | 12F | A | 42 |
| Octal | 261 | 237 | 260 | 0 | 12 | 1 | 37 | 457 | 12 | 102 |
| Binary | 10110001 | 10011111 | 10110000 | 0 | 1010 | 1 | 11111 | 100101111 | 1010 | 1000010 |
Color Harmonies of #B19FB0
Complementary color
Monochromatic Colors of #B19FB0
Black with #B19FB0
Text Example
Text Example
White with #B19FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FB0; }
p { color: rgb(177,159,176); }
H1.HeaderClassName
{
color: #B19FB0;
}
.AnyTagClassName
{
color: #B19FB0;
}
</style>
background-color css
<style>
a { background-color: #B19FB0; }
a { background-color: rgb(177,159,176); }
div.DivClassName
{
background-color: #B19FB0;
}
.BgClassName
{
background-color: #B19FB0;
}
</style>
border-color css
<style>
span { border-color: #B19FB0; }
span { border-color: rgb(177,159,176); }
td.TdClassName
{
border-color: #B19FB0;
}
.TagClassName
{
border-color: #B19FB0;
}
</style>