Shades of London Hue #B197AB
Tints of London Hue #B197AB
RGB
CMYK
RGB Variations
Color information
#B197AB (or 0xB197AB) is known color: London Hue. HEX triplet: B1, 97 and AB. RGB value is (177,151,171). Sum of RGB (Red+Green+Blue) = 177+151+171=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B197AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197AB is #4E6854. Grayscale: #A1A1A1. Windows color (decimal): -5138517 or 11245489. OLE color: 11245489.
HSL color Cylindrical-coordinate representation of color #B197AB: hue angle of 313.85º 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 #B197AB is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 171 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.31 |
| HSL | 313.85º | 0.14% | 0.64% | - |
| HSV(B) | 313.85º | 0.15% | 0.69% | - |
| XYZ | 36.55 | 34.42 | 43.25 | - |
| YUV | 161.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 171 | 0 | 0.15 | 0.03 | 0.31 | 313.85 | 0.14 | 0.64 |
| Hex | B1 | 97 | AB | 0 | F | 3 | 1F | 13A | E | 40 |
| Octal | 261 | 227 | 253 | 0 | 17 | 3 | 37 | 472 | 16 | 100 |
| Binary | 10110001 | 10010111 | 10101011 | 0 | 1111 | 11 | 11111 | 100111010 | 1110 | 1000000 |
Color Harmonies of #B197AB
Complementary color
Monochromatic Colors of #B197AB
Black with #B197AB
Text Example
Text Example
White with #B197AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B197AB; }
p { color: rgb(177,151,171); }
H1.HeaderClassName
{
color: #B197AB;
}
.AnyTagClassName
{
color: #B197AB;
}
</style>
background-color css
<style>
a { background-color: #B197AB; }
a { background-color: rgb(177,151,171); }
div.DivClassName
{
background-color: #B197AB;
}
.BgClassName
{
background-color: #B197AB;
}
</style>
border-color css
<style>
span { border-color: #B197AB; }
span { border-color: rgb(177,151,171); }
td.TdClassName
{
border-color: #B197AB;
}
.TagClassName
{
border-color: #B197AB;
}
</style>