Shades of Lola #B699B9
Tints of Lola #B699B9
RGB
CMYK
RGB Variations
Color information
#B699B9 (or 0xB699B9) is known color: Lola. HEX triplet: B6, 99 and B9. RGB value is (182,153,185). Sum of RGB (Red+Green+Blue) = 182+153+185=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 185 - color contains mainly: blue. Hex color #B699B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699B9 is #496646. Grayscale: #A5A5A5. Windows color (decimal): -4810311 or 12163510. OLE color: 12163510.
HSL color Cylindrical-coordinate representation of color #B699B9: hue angle of 294.38º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B699B9 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 153 | 185 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.27 |
| HSL | 294.38º | 0.19% | 0.66% | - |
| HSV(B) | 294.38º | 0.17% | 0.73% | - |
| XYZ | 39.44 | 36.23 | 50.81 | - |
| YUV | 165.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 185 | 0.02 | 0.17 | 0 | 0.27 | 294.38 | 0.19 | 0.66 |
| Hex | B6 | 99 | B9 | 2 | 11 | 0 | 1B | 126 | 13 | 42 |
| Octal | 266 | 231 | 271 | 2 | 21 | 0 | 33 | 446 | 23 | 102 |
| Binary | 10110110 | 10011001 | 10111001 | 10 | 10001 | 0 | 11011 | 100100110 | 10011 | 1000010 |
Color Harmonies of #B699B9
Complementary color
Monochromatic Colors of #B699B9
Black with #B699B9
Text Example
Text Example
White with #B699B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B699B9; }
p { color: rgb(182,153,185); }
H1.HeaderClassName
{
color: #B699B9;
}
.AnyTagClassName
{
color: #B699B9;
}
</style>
background-color css
<style>
a { background-color: #B699B9; }
a { background-color: rgb(182,153,185); }
div.DivClassName
{
background-color: #B699B9;
}
.BgClassName
{
background-color: #B699B9;
}
</style>
border-color css
<style>
span { border-color: #B699B9; }
span { border-color: rgb(182,153,185); }
td.TdClassName
{
border-color: #B699B9;
}
.TagClassName
{
border-color: #B699B9;
}
</style>