Shades of Lola #BCAEC0
Tints of Lola #BCAEC0
RGB
CMYK
RGB Variations
Color information
#BCAEC0 (or 0xBCAEC0) is known color: Lola. HEX triplet: BC, AE and C0. RGB value is (188,174,192). Sum of RGB (Red+Green+Blue) = 188+174+192=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEC0 is #43513F. Grayscale: #B4B4B4. Windows color (decimal): -4411712 or 12627644. OLE color: 12627644.
HSL color Cylindrical-coordinate representation of color #BCAEC0: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCAEC0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 174 | 192 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.25 |
| HSL | 286.67º | 0.13% | 0.72% | - |
| HSV(B) | 286.67º | 0.09% | 0.75% | - |
| XYZ | 45.39 | 44.77 | 56.12 | - |
| YUV | 180.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 192 | 0.02 | 0.09 | 0 | 0.25 | 286.67 | 0.13 | 0.72 |
| Hex | BC | AE | C0 | 2 | 9 | 0 | 19 | 11F | C | 48 |
| Octal | 274 | 256 | 300 | 2 | 11 | 0 | 31 | 437 | 14 | 110 |
| Binary | 10111100 | 10101110 | 11000000 | 10 | 1001 | 0 | 11001 | 100011111 | 1100 | 1001000 |
Color Harmonies of #BCAEC0
Complementary color
Monochromatic Colors of #BCAEC0
Black with #BCAEC0
Text Example
Text Example
White with #BCAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEC0; }
p { color: rgb(188,174,192); }
H1.HeaderClassName
{
color: #BCAEC0;
}
.AnyTagClassName
{
color: #BCAEC0;
}
</style>
background-color css
<style>
a { background-color: #BCAEC0; }
a { background-color: rgb(188,174,192); }
div.DivClassName
{
background-color: #BCAEC0;
}
.BgClassName
{
background-color: #BCAEC0;
}
</style>
border-color css
<style>
span { border-color: #BCAEC0; }
span { border-color: rgb(188,174,192); }
td.TdClassName
{
border-color: #BCAEC0;
}
.TagClassName
{
border-color: #BCAEC0;
}
</style>