Shades of Lola #BCAEC1
Tints of Lola #BCAEC1
RGB
CMYK
RGB Variations
Color information
#BCAEC1 (or 0xBCAEC1) is known color: Lola. HEX triplet: BC, AE and C1. RGB value is (188,174,193). Sum of RGB (Red+Green+Blue) = 188+174+193=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEC1 is #43513E. Grayscale: #B4B4B4. Windows color (decimal): -4411711 or 12693180. OLE color: 12693180.
HSL color Cylindrical-coordinate representation of color #BCAEC1: hue angle of 284.21º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAEC1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 174 | 193 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.24 |
| HSL | 284.21º | 0.13% | 0.72% | - |
| HSV(B) | 284.21º | 0.1% | 0.76% | - |
| XYZ | 45.5 | 44.81 | 56.7 | - |
| YUV | 180.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 193 | 0.03 | 0.10 | 0 | 0.24 | 284.21 | 0.13 | 0.72 |
| Hex | BC | AE | C1 | 3 | A | 0 | 18 | 11C | D | 48 |
| Octal | 274 | 256 | 301 | 3 | 12 | 0 | 30 | 434 | 15 | 110 |
| Binary | 10111100 | 10101110 | 11000001 | 11 | 1010 | 0 | 11000 | 100011100 | 1101 | 1001000 |
Color Harmonies of #BCAEC1
Complementary color
Monochromatic Colors of #BCAEC1
Black with #BCAEC1
Text Example
Text Example
White with #BCAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEC1; }
p { color: rgb(188,174,193); }
H1.HeaderClassName
{
color: #BCAEC1;
}
.AnyTagClassName
{
color: #BCAEC1;
}
</style>
background-color css
<style>
a { background-color: #BCAEC1; }
a { background-color: rgb(188,174,193); }
div.DivClassName
{
background-color: #BCAEC1;
}
.BgClassName
{
background-color: #BCAEC1;
}
</style>
border-color css
<style>
span { border-color: #BCAEC1; }
span { border-color: rgb(188,174,193); }
td.TdClassName
{
border-color: #BCAEC1;
}
.TagClassName
{
border-color: #BCAEC1;
}
</style>