Shades of Lola #BBADBE
Tints of Lola #BBADBE
RGB
CMYK
RGB Variations
Color information
#BBADBE (or 0xBBADBE) is known color: Lola. HEX triplet: BB, AD and BE. RGB value is (187,173,190). Sum of RGB (Red+Green+Blue) = 187+173+190=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADBE is #445241. Grayscale: #B3B3B3. Windows color (decimal): -4477506 or 12496315. OLE color: 12496315.
HSL color Cylindrical-coordinate representation of color #BBADBE: hue angle of 289.41º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBADBE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 173 | 190 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.25 |
| HSL | 289.41º | 0.12% | 0.71% | - |
| HSV(B) | 289.41º | 0.09% | 0.75% | - |
| XYZ | 44.73 | 44.17 | 54.88 | - |
| YUV | 179.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 190 | 0.02 | 0.09 | 0 | 0.25 | 289.41 | 0.12 | 0.71 |
| Hex | BB | AD | BE | 2 | 9 | 0 | 19 | 121 | C | 47 |
| Octal | 273 | 255 | 276 | 2 | 11 | 0 | 31 | 441 | 14 | 107 |
| Binary | 10111011 | 10101101 | 10111110 | 10 | 1001 | 0 | 11001 | 100100001 | 1100 | 1000111 |
Color Harmonies of #BBADBE
Complementary color
Monochromatic Colors of #BBADBE
Black with #BBADBE
Text Example
Text Example
White with #BBADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADBE; }
p { color: rgb(187,173,190); }
H1.HeaderClassName
{
color: #BBADBE;
}
.AnyTagClassName
{
color: #BBADBE;
}
</style>
background-color css
<style>
a { background-color: #BBADBE; }
a { background-color: rgb(187,173,190); }
div.DivClassName
{
background-color: #BBADBE;
}
.BgClassName
{
background-color: #BBADBE;
}
</style>
border-color css
<style>
span { border-color: #BBADBE; }
span { border-color: rgb(187,173,190); }
td.TdClassName
{
border-color: #BBADBE;
}
.TagClassName
{
border-color: #BBADBE;
}
</style>