Shades of London Hue #B497AD
Tints of London Hue #B497AD
RGB
CMYK
RGB Variations
Color information
#B497AD (or 0xB497AD) is known color: London Hue. HEX triplet: B4, 97 and AD. RGB value is (180,151,173). Sum of RGB (Red+Green+Blue) = 180+151+173=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B497AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B497AD is #4B6852. Grayscale: #A2A2A2. Windows color (decimal): -4941907 or 11376564. OLE color: 11376564.
HSL color Cylindrical-coordinate representation of color #B497AD: hue angle of 314.48º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B497AD is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 151 | 173 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.29 |
| HSL | 314.48º | 0.16% | 0.65% | - |
| HSV(B) | 314.48º | 0.16% | 0.71% | - |
| XYZ | 37.43 | 34.85 | 44.29 | - |
| YUV | 162.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 173 | 0 | 0.16 | 0.04 | 0.29 | 314.48 | 0.16 | 0.65 |
| Hex | B4 | 97 | AD | 0 | 10 | 4 | 1D | 13A | 10 | 41 |
| Octal | 264 | 227 | 255 | 0 | 20 | 4 | 35 | 472 | 20 | 101 |
| Binary | 10110100 | 10010111 | 10101101 | 0 | 10000 | 100 | 11101 | 100111010 | 10000 | 1000001 |
Color Harmonies of #B497AD
Complementary color
Monochromatic Colors of #B497AD
Black with #B497AD
Text Example
Text Example
White with #B497AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497AD; }
p { color: rgb(180,151,173); }
H1.HeaderClassName
{
color: #B497AD;
}
.AnyTagClassName
{
color: #B497AD;
}
</style>
background-color css
<style>
a { background-color: #B497AD; }
a { background-color: rgb(180,151,173); }
div.DivClassName
{
background-color: #B497AD;
}
.BgClassName
{
background-color: #B497AD;
}
</style>
border-color css
<style>
span { border-color: #B497AD; }
span { border-color: rgb(180,151,173); }
td.TdClassName
{
border-color: #B497AD;
}
.TagClassName
{
border-color: #B497AD;
}
</style>