Shades of London Hue #B19BB0
Tints of London Hue #B19BB0
RGB
CMYK
RGB Variations
Color information
#B19BB0 (or 0xB19BB0) is known color: London Hue. HEX triplet: B1, 9B and B0. RGB value is (177,155,176). Sum of RGB (Red+Green+Blue) = 177+155+176=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BB0 is #4E644F. Grayscale: #A3A3A3. Windows color (decimal): -5137488 or 11574193. OLE color: 11574193.
HSL color Cylindrical-coordinate representation of color #B19BB0: hue angle of 302.73º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B19BB0 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 176 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.31 |
| HSL | 302.73º | 0.12% | 0.65% | - |
| HSV(B) | 302.73º | 0.12% | 0.69% | - |
| XYZ | 37.69 | 35.92 | 46.02 | - |
| YUV | 163.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 176 | 0 | 0.12 | 0.01 | 0.31 | 302.73 | 0.12 | 0.65 |
| Hex | B1 | 9B | B0 | 0 | C | 1 | 1F | 12F | C | 41 |
| Octal | 261 | 233 | 260 | 0 | 14 | 1 | 37 | 457 | 14 | 101 |
| Binary | 10110001 | 10011011 | 10110000 | 0 | 1100 | 1 | 11111 | 100101111 | 1100 | 1000001 |
Color Harmonies of #B19BB0
Complementary color
Monochromatic Colors of #B19BB0
Black with #B19BB0
Text Example
Text Example
White with #B19BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BB0; }
p { color: rgb(177,155,176); }
H1.HeaderClassName
{
color: #B19BB0;
}
.AnyTagClassName
{
color: #B19BB0;
}
</style>
background-color css
<style>
a { background-color: #B19BB0; }
a { background-color: rgb(177,155,176); }
div.DivClassName
{
background-color: #B19BB0;
}
.BgClassName
{
background-color: #B19BB0;
}
</style>
border-color css
<style>
span { border-color: #B19BB0; }
span { border-color: rgb(177,155,176); }
td.TdClassName
{
border-color: #B19BB0;
}
.TagClassName
{
border-color: #B19BB0;
}
</style>