Shades of Lola #B497B9
Tints of Lola #B497B9
RGB
CMYK
RGB Variations
Color information
#B497B9 (or 0xB497B9) is known color: Lola. HEX triplet: B4, 97 and B9. RGB value is (180,151,185). Sum of RGB (Red+Green+Blue) = 180+151+185=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 185 - color contains mainly: blue. Hex color #B497B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497B9 is #4B6846. Grayscale: #A3A3A3. Windows color (decimal): -4941895 or 12162996. OLE color: 12162996.
HSL color Cylindrical-coordinate representation of color #B497B9: hue angle of 291.18º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B497B9 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 151 | 185 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.27 |
| HSL | 291.18º | 0.2% | 0.66% | - |
| HSV(B) | 291.18º | 0.18% | 0.73% | - |
| XYZ | 38.65 | 35.34 | 50.68 | - |
| YUV | 163.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 185 | 0.03 | 0.18 | 0 | 0.27 | 291.18 | 0.2 | 0.66 |
| Hex | B4 | 97 | B9 | 3 | 12 | 0 | 1B | 123 | 14 | 42 |
| Octal | 264 | 227 | 271 | 3 | 22 | 0 | 33 | 443 | 24 | 102 |
| Binary | 10110100 | 10010111 | 10111001 | 11 | 10010 | 0 | 11011 | 100100011 | 10100 | 1000010 |
Color Harmonies of #B497B9
Complementary color
Monochromatic Colors of #B497B9
Black with #B497B9
Text Example
Text Example
White with #B497B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497B9; }
p { color: rgb(180,151,185); }
H1.HeaderClassName
{
color: #B497B9;
}
.AnyTagClassName
{
color: #B497B9;
}
</style>
background-color css
<style>
a { background-color: #B497B9; }
a { background-color: rgb(180,151,185); }
div.DivClassName
{
background-color: #B497B9;
}
.BgClassName
{
background-color: #B497B9;
}
</style>
border-color css
<style>
span { border-color: #B497B9; }
span { border-color: rgb(180,151,185); }
td.TdClassName
{
border-color: #B497B9;
}
.TagClassName
{
border-color: #B497B9;
}
</style>