Shades of Lola #B699BB
Tints of Lola #B699BB
RGB
CMYK
RGB Variations
Color information
#B699BB (or 0xB699BB) is known color: Lola. HEX triplet: B6, 99 and BB. RGB value is (182,153,187). Sum of RGB (Red+Green+Blue) = 182+153+187=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #B699BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699BB is #496644. Grayscale: #A5A5A5. Windows color (decimal): -4810309 or 12294582. OLE color: 12294582.
HSL color Cylindrical-coordinate representation of color #B699BB: hue angle of 291.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B699BB is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 153 | 187 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.27 |
| HSL | 291.18º | 0.2% | 0.67% | - |
| HSV(B) | 291.18º | 0.18% | 0.73% | - |
| XYZ | 39.65 | 36.32 | 51.93 | - |
| YUV | 165.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 187 | 0.03 | 0.18 | 0 | 0.27 | 291.18 | 0.2 | 0.67 |
| Hex | B6 | 99 | BB | 3 | 12 | 0 | 1B | 123 | 14 | 43 |
| Octal | 266 | 231 | 273 | 3 | 22 | 0 | 33 | 443 | 24 | 103 |
| Binary | 10110110 | 10011001 | 10111011 | 11 | 10010 | 0 | 11011 | 100100011 | 10100 | 1000011 |
Color Harmonies of #B699BB
Complementary color
Monochromatic Colors of #B699BB
Black with #B699BB
Text Example
Text Example
White with #B699BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B699BB; }
p { color: rgb(182,153,187); }
H1.HeaderClassName
{
color: #B699BB;
}
.AnyTagClassName
{
color: #B699BB;
}
</style>
background-color css
<style>
a { background-color: #B699BB; }
a { background-color: rgb(182,153,187); }
div.DivClassName
{
background-color: #B699BB;
}
.BgClassName
{
background-color: #B699BB;
}
</style>
border-color css
<style>
span { border-color: #B699BB; }
span { border-color: rgb(182,153,187); }
td.TdClassName
{
border-color: #B699BB;
}
.TagClassName
{
border-color: #B699BB;
}
</style>