Shades of Lola #BCADBA
Tints of Lola #BCADBA
RGB
CMYK
RGB Variations
Color information
#BCADBA (or 0xBCADBA) is known color: Lola. HEX triplet: BC, AD and BA. RGB value is (188,173,186). Sum of RGB (Red+Green+Blue) = 188+173+186=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADBA is #435245. Grayscale: #B2B2B2. Windows color (decimal): -4411974 or 12234172. OLE color: 12234172.
HSL color Cylindrical-coordinate representation of color #BCADBA: hue angle of 308º degrees, saturation: 0.1, 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 #BCADBA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 186 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.26 |
| HSL | 308º | 0.1% | 0.71% | - |
| HSV(B) | 308º | 0.08% | 0.74% | - |
| XYZ | 44.55 | 44.12 | 52.62 | - |
| YUV | 178.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 186 | 0 | 0.08 | 0.01 | 0.26 | 308 | 0.1 | 0.71 |
| Hex | BC | AD | BA | 0 | 8 | 1 | 1A | 134 | A | 47 |
| Octal | 274 | 255 | 272 | 0 | 10 | 1 | 32 | 464 | 12 | 107 |
| Binary | 10111100 | 10101101 | 10111010 | 0 | 1000 | 1 | 11010 | 100110100 | 1010 | 1000111 |
Color Harmonies of #BCADBA
Complementary color
Monochromatic Colors of #BCADBA
Black with #BCADBA
Text Example
Text Example
White with #BCADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADBA; }
p { color: rgb(188,173,186); }
H1.HeaderClassName
{
color: #BCADBA;
}
.AnyTagClassName
{
color: #BCADBA;
}
</style>
background-color css
<style>
a { background-color: #BCADBA; }
a { background-color: rgb(188,173,186); }
div.DivClassName
{
background-color: #BCADBA;
}
.BgClassName
{
background-color: #BCADBA;
}
</style>
border-color css
<style>
span { border-color: #BCADBA; }
span { border-color: rgb(188,173,186); }
td.TdClassName
{
border-color: #BCADBA;
}
.TagClassName
{
border-color: #BCADBA;
}
</style>