Shades of Lola #BCAEBF
Tints of Lola #BCAEBF
RGB
CMYK
RGB Variations
Color information
#BCAEBF (or 0xBCAEBF) is known color: Lola. HEX triplet: BC, AE and BF. RGB value is (188,174,191). Sum of RGB (Red+Green+Blue) = 188+174+191=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEBF is #435140. Grayscale: #B4B4B4. Windows color (decimal): -4411713 or 12562108. OLE color: 12562108.
HSL color Cylindrical-coordinate representation of color #BCAEBF: hue angle of 289.41º 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 #BCAEBF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 174 | 191 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.25 |
| HSL | 289.41º | 0.12% | 0.72% | - |
| HSV(B) | 289.41º | 0.09% | 0.75% | - |
| XYZ | 45.28 | 44.73 | 55.54 | - |
| YUV | 180.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 191 | 0.02 | 0.09 | 0 | 0.25 | 289.41 | 0.12 | 0.72 |
| Hex | BC | AE | BF | 2 | 9 | 0 | 19 | 121 | C | 48 |
| Octal | 274 | 256 | 277 | 2 | 11 | 0 | 31 | 441 | 14 | 110 |
| Binary | 10111100 | 10101110 | 10111111 | 10 | 1001 | 0 | 11001 | 100100001 | 1100 | 1001000 |
Color Harmonies of #BCAEBF
Complementary color
Monochromatic Colors of #BCAEBF
Black with #BCAEBF
Text Example
Text Example
White with #BCAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEBF; }
p { color: rgb(188,174,191); }
H1.HeaderClassName
{
color: #BCAEBF;
}
.AnyTagClassName
{
color: #BCAEBF;
}
</style>
background-color css
<style>
a { background-color: #BCAEBF; }
a { background-color: rgb(188,174,191); }
div.DivClassName
{
background-color: #BCAEBF;
}
.BgClassName
{
background-color: #BCAEBF;
}
</style>
border-color css
<style>
span { border-color: #BCAEBF; }
span { border-color: rgb(188,174,191); }
td.TdClassName
{
border-color: #BCAEBF;
}
.TagClassName
{
border-color: #BCAEBF;
}
</style>