Shades of Lola #BBADC0
Tints of Lola #BBADC0
RGB
CMYK
RGB Variations
Color information
#BBADC0 (or 0xBBADC0) is known color: Lola. HEX triplet: BB, AD and C0. RGB value is (187,173,192). Sum of RGB (Red+Green+Blue) = 187+173+192=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADC0 is #44523F. Grayscale: #B3B3B3. Windows color (decimal): -4477504 or 12627387. OLE color: 12627387.
HSL color Cylindrical-coordinate representation of color #BBADC0: hue angle of 284.21º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBADC0 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 173 | 192 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.25 |
| HSL | 284.21º | 0.13% | 0.72% | - |
| HSV(B) | 284.21º | 0.1% | 0.75% | - |
| XYZ | 44.95 | 44.26 | 56.04 | - |
| YUV | 179.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 192 | 0.03 | 0.10 | 0 | 0.25 | 284.21 | 0.13 | 0.72 |
| Hex | BB | AD | C0 | 3 | A | 0 | 19 | 11C | D | 48 |
| Octal | 273 | 255 | 300 | 3 | 12 | 0 | 31 | 434 | 15 | 110 |
| Binary | 10111011 | 10101101 | 11000000 | 11 | 1010 | 0 | 11001 | 100011100 | 1101 | 1001000 |
Color Harmonies of #BBADC0
Complementary color
Monochromatic Colors of #BBADC0
Black with #BBADC0
Text Example
Text Example
White with #BBADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADC0; }
p { color: rgb(187,173,192); }
H1.HeaderClassName
{
color: #BBADC0;
}
.AnyTagClassName
{
color: #BBADC0;
}
</style>
background-color css
<style>
a { background-color: #BBADC0; }
a { background-color: rgb(187,173,192); }
div.DivClassName
{
background-color: #BBADC0;
}
.BgClassName
{
background-color: #BBADC0;
}
</style>
border-color css
<style>
span { border-color: #BBADC0; }
span { border-color: rgb(187,173,192); }
td.TdClassName
{
border-color: #BBADC0;
}
.TagClassName
{
border-color: #BBADC0;
}
</style>