Shades of London Hue #B197B0
Tints of London Hue #B197B0
RGB
CMYK
RGB Variations
Color information
#B197B0 (or 0xB197B0) is known color: London Hue. HEX triplet: B1, 97 and B0. RGB value is (177,151,176). Sum of RGB (Red+Green+Blue) = 177+151+176=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B197B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197B0 is #4E684F. Grayscale: #A1A1A1. Windows color (decimal): -5138512 or 11573169. OLE color: 11573169.
HSL color Cylindrical-coordinate representation of color #B197B0: hue angle of 302.31º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B197B0 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 176 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.31 |
| HSL | 302.31º | 0.14% | 0.64% | - |
| HSV(B) | 302.31º | 0.15% | 0.69% | - |
| XYZ | 37.03 | 34.61 | 45.8 | - |
| YUV | 161.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 176 | 0 | 0.15 | 0.01 | 0.31 | 302.31 | 0.14 | 0.64 |
| Hex | B1 | 97 | B0 | 0 | F | 1 | 1F | 12E | E | 40 |
| Octal | 261 | 227 | 260 | 0 | 17 | 1 | 37 | 456 | 16 | 100 |
| Binary | 10110001 | 10010111 | 10110000 | 0 | 1111 | 1 | 11111 | 100101110 | 1110 | 1000000 |
Color Harmonies of #B197B0
Complementary color
Monochromatic Colors of #B197B0
Black with #B197B0
Text Example
Text Example
White with #B197B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B197B0; }
p { color: rgb(177,151,176); }
H1.HeaderClassName
{
color: #B197B0;
}
.AnyTagClassName
{
color: #B197B0;
}
</style>
background-color css
<style>
a { background-color: #B197B0; }
a { background-color: rgb(177,151,176); }
div.DivClassName
{
background-color: #B197B0;
}
.BgClassName
{
background-color: #B197B0;
}
</style>
border-color css
<style>
span { border-color: #B197B0; }
span { border-color: rgb(177,151,176); }
td.TdClassName
{
border-color: #B197B0;
}
.TagClassName
{
border-color: #B197B0;
}
</style>