Shades of Lola #BCAABD
Tints of Lola #BCAABD
RGB
CMYK
RGB Variations
Color information
#BCAABD (or 0xBCAABD) is known color: Lola. HEX triplet: BC, AA and BD. RGB value is (188,170,189). Sum of RGB (Red+Green+Blue) = 188+170+189=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAABD is #435542. Grayscale: #B1B1B1. Windows color (decimal): -4412739 or 12430012. OLE color: 12430012.
HSL color Cylindrical-coordinate representation of color #BCAABD: hue angle of 296.84º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAABD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 189 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.26 |
| HSL | 296.84º | 0.13% | 0.7% | - |
| HSV(B) | 296.84º | 0.1% | 0.74% | - |
| XYZ | 44.3 | 43.11 | 54.13 | - |
| YUV | 177.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 189 | 0.01 | 0.10 | 0 | 0.26 | 296.84 | 0.13 | 0.7 |
| Hex | BC | AA | BD | 1 | A | 0 | 1A | 129 | D | 46 |
| Octal | 274 | 252 | 275 | 1 | 12 | 0 | 32 | 451 | 15 | 106 |
| Binary | 10111100 | 10101010 | 10111101 | 1 | 1010 | 0 | 11010 | 100101001 | 1101 | 1000110 |
Color Harmonies of #BCAABD
Complementary color
Monochromatic Colors of #BCAABD
Black with #BCAABD
Text Example
Text Example
White with #BCAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAABD; }
p { color: rgb(188,170,189); }
H1.HeaderClassName
{
color: #BCAABD;
}
.AnyTagClassName
{
color: #BCAABD;
}
</style>
background-color css
<style>
a { background-color: #BCAABD; }
a { background-color: rgb(188,170,189); }
div.DivClassName
{
background-color: #BCAABD;
}
.BgClassName
{
background-color: #BCAABD;
}
</style>
border-color css
<style>
span { border-color: #BCAABD; }
span { border-color: rgb(188,170,189); }
td.TdClassName
{
border-color: #BCAABD;
}
.TagClassName
{
border-color: #BCAABD;
}
</style>