Shades of Lola #BCADC2
Tints of Lola #BCADC2
RGB
CMYK
RGB Variations
Color information
#BCADC2 (or 0xBCADC2) is known color: Lola. HEX triplet: BC, AD and C2. RGB value is (188,173,194). Sum of RGB (Red+Green+Blue) = 188+173+194=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC2 is #43523D. Grayscale: #B3B3B3. Windows color (decimal): -4411966 or 12758460. OLE color: 12758460.
HSL color Cylindrical-coordinate representation of color #BCADC2: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCADC2 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 173 | 194 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.24 |
| HSL | 282.86º | 0.15% | 0.72% | - |
| HSV(B) | 282.86º | 0.11% | 0.76% | - |
| XYZ | 45.42 | 44.47 | 57.23 | - |
| YUV | 179.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 194 | 0.03 | 0.11 | 0 | 0.24 | 282.86 | 0.15 | 0.72 |
| Hex | BC | AD | C2 | 3 | B | 0 | 18 | 11B | F | 48 |
| Octal | 274 | 255 | 302 | 3 | 13 | 0 | 30 | 433 | 17 | 110 |
| Binary | 10111100 | 10101101 | 11000010 | 11 | 1011 | 0 | 11000 | 100011011 | 1111 | 1001000 |
Color Harmonies of #BCADC2
Complementary color
Monochromatic Colors of #BCADC2
Black with #BCADC2
Text Example
Text Example
White with #BCADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADC2; }
p { color: rgb(188,173,194); }
H1.HeaderClassName
{
color: #BCADC2;
}
.AnyTagClassName
{
color: #BCADC2;
}
</style>
background-color css
<style>
a { background-color: #BCADC2; }
a { background-color: rgb(188,173,194); }
div.DivClassName
{
background-color: #BCADC2;
}
.BgClassName
{
background-color: #BCADC2;
}
</style>
border-color css
<style>
span { border-color: #BCADC2; }
span { border-color: rgb(188,173,194); }
td.TdClassName
{
border-color: #BCADC2;
}
.TagClassName
{
border-color: #BCADC2;
}
</style>