Shades of Lola #BBADBD
Tints of Lola #BBADBD
RGB
CMYK
RGB Variations
Color information
#BBADBD (or 0xBBADBD) is known color: Lola. HEX triplet: BB, AD and BD. RGB value is (187,173,189). Sum of RGB (Red+Green+Blue) = 187+173+189=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADBD is #445242. Grayscale: #B2B2B2. Windows color (decimal): -4477507 or 12430779. OLE color: 12430779.
HSL color Cylindrical-coordinate representation of color #BBADBD: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBADBD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 173 | 189 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.26 |
| HSL | 292.5º | 0.11% | 0.71% | - |
| HSV(B) | 292.5º | 0.08% | 0.74% | - |
| XYZ | 44.62 | 44.13 | 54.31 | - |
| YUV | 179.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 189 | 0.01 | 0.08 | 0 | 0.26 | 292.5 | 0.11 | 0.71 |
| Hex | BB | AD | BD | 1 | 8 | 0 | 1A | 124 | B | 47 |
| Octal | 273 | 255 | 275 | 1 | 10 | 0 | 32 | 444 | 13 | 107 |
| Binary | 10111011 | 10101101 | 10111101 | 1 | 1000 | 0 | 11010 | 100100100 | 1011 | 1000111 |
Color Harmonies of #BBADBD
Complementary color
Monochromatic Colors of #BBADBD
Black with #BBADBD
Text Example
Text Example
White with #BBADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADBD; }
p { color: rgb(187,173,189); }
H1.HeaderClassName
{
color: #BBADBD;
}
.AnyTagClassName
{
color: #BBADBD;
}
</style>
background-color css
<style>
a { background-color: #BBADBD; }
a { background-color: rgb(187,173,189); }
div.DivClassName
{
background-color: #BBADBD;
}
.BgClassName
{
background-color: #BBADBD;
}
</style>
border-color css
<style>
span { border-color: #BBADBD; }
span { border-color: rgb(187,173,189); }
td.TdClassName
{
border-color: #BBADBD;
}
.TagClassName
{
border-color: #BBADBD;
}
</style>