Shades of London Hue #B497B0
Tints of London Hue #B497B0
RGB
CMYK
RGB Variations
Color information
#B497B0 (or 0xB497B0) is known color: London Hue. HEX triplet: B4, 97 and B0. RGB value is (180,151,176). Sum of RGB (Red+Green+Blue) = 180+151+176=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B497B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B497B0 is #4B684F. Grayscale: #A2A2A2. Windows color (decimal): -4941904 or 11573172. OLE color: 11573172.
HSL color Cylindrical-coordinate representation of color #B497B0: hue angle of 308.28º 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 #B497B0 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 151 | 176 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.29 |
| HSL | 308.28º | 0.16% | 0.65% | - |
| HSV(B) | 308.28º | 0.16% | 0.71% | - |
| XYZ | 37.73 | 34.97 | 45.84 | - |
| YUV | 162.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 176 | 0 | 0.16 | 0.02 | 0.29 | 308.28 | 0.16 | 0.65 |
| Hex | B4 | 97 | B0 | 0 | 10 | 2 | 1D | 134 | 10 | 41 |
| Octal | 264 | 227 | 260 | 0 | 20 | 2 | 35 | 464 | 20 | 101 |
| Binary | 10110100 | 10010111 | 10110000 | 0 | 10000 | 10 | 11101 | 100110100 | 10000 | 1000001 |
Color Harmonies of #B497B0
Complementary color
Monochromatic Colors of #B497B0
Black with #B497B0
Text Example
Text Example
White with #B497B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497B0; }
p { color: rgb(180,151,176); }
H1.HeaderClassName
{
color: #B497B0;
}
.AnyTagClassName
{
color: #B497B0;
}
</style>
background-color css
<style>
a { background-color: #B497B0; }
a { background-color: rgb(180,151,176); }
div.DivClassName
{
background-color: #B497B0;
}
.BgClassName
{
background-color: #B497B0;
}
</style>
border-color css
<style>
span { border-color: #B497B0; }
span { border-color: rgb(180,151,176); }
td.TdClassName
{
border-color: #B497B0;
}
.TagClassName
{
border-color: #B497B0;
}
</style>