Shades of Lola #BCADC0
Tints of Lola #BCADC0
RGB
CMYK
RGB Variations
Color information
#BCADC0 (or 0xBCADC0) is known color: Lola. HEX triplet: BC, AD and C0. RGB value is (188,173,192). Sum of RGB (Red+Green+Blue) = 188+173+192=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC0 is #43523F. Grayscale: #B3B3B3. Windows color (decimal): -4411968 or 12627388. OLE color: 12627388.
HSL color Cylindrical-coordinate representation of color #BCADC0: hue angle of 287.37º 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 #BCADC0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 173 | 192 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.25 |
| HSL | 287.37º | 0.13% | 0.72% | - |
| HSV(B) | 287.37º | 0.1% | 0.75% | - |
| XYZ | 45.2 | 44.38 | 56.05 | - |
| YUV | 179.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 192 | 0.02 | 0.10 | 0 | 0.25 | 287.37 | 0.13 | 0.72 |
| Hex | BC | AD | C0 | 2 | A | 0 | 19 | 11F | D | 48 |
| Octal | 274 | 255 | 300 | 2 | 12 | 0 | 31 | 437 | 15 | 110 |
| Binary | 10111100 | 10101101 | 11000000 | 10 | 1010 | 0 | 11001 | 100011111 | 1101 | 1001000 |
Color Harmonies of #BCADC0
Complementary color
Monochromatic Colors of #BCADC0
Black with #BCADC0
Text Example
Text Example
White with #BCADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADC0; }
p { color: rgb(188,173,192); }
H1.HeaderClassName
{
color: #BCADC0;
}
.AnyTagClassName
{
color: #BCADC0;
}
</style>
background-color css
<style>
a { background-color: #BCADC0; }
a { background-color: rgb(188,173,192); }
div.DivClassName
{
background-color: #BCADC0;
}
.BgClassName
{
background-color: #BCADC0;
}
</style>
border-color css
<style>
span { border-color: #BCADC0; }
span { border-color: rgb(188,173,192); }
td.TdClassName
{
border-color: #BCADC0;
}
.TagClassName
{
border-color: #BCADC0;
}
</style>