Shades of Lola #BCACBD
Tints of Lola #BCACBD
RGB
CMYK
RGB Variations
Color information
#BCACBD (or 0xBCACBD) is known color: Lola. HEX triplet: BC, AC and BD. RGB value is (188,172,189). Sum of RGB (Red+Green+Blue) = 188+172+189=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACBD is #435342. Grayscale: #B2B2B2. Windows color (decimal): -4412227 or 12430524. OLE color: 12430524.
HSL color Cylindrical-coordinate representation of color #BCACBD: hue angle of 296.47º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCACBD is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 189 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.26 |
| HSL | 296.47º | 0.11% | 0.71% | - |
| HSV(B) | 296.47º | 0.09% | 0.74% | - |
| XYZ | 44.68 | 43.87 | 54.26 | - |
| YUV | 178.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 189 | 0.01 | 0.09 | 0 | 0.26 | 296.47 | 0.11 | 0.71 |
| Hex | BC | AC | BD | 1 | 9 | 0 | 1A | 128 | B | 47 |
| Octal | 274 | 254 | 275 | 1 | 11 | 0 | 32 | 450 | 13 | 107 |
| Binary | 10111100 | 10101100 | 10111101 | 1 | 1001 | 0 | 11010 | 100101000 | 1011 | 1000111 |
Color Harmonies of #BCACBD
Complementary color
Monochromatic Colors of #BCACBD
Black with #BCACBD
Text Example
Text Example
White with #BCACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACBD; }
p { color: rgb(188,172,189); }
H1.HeaderClassName
{
color: #BCACBD;
}
.AnyTagClassName
{
color: #BCACBD;
}
</style>
background-color css
<style>
a { background-color: #BCACBD; }
a { background-color: rgb(188,172,189); }
div.DivClassName
{
background-color: #BCACBD;
}
.BgClassName
{
background-color: #BCACBD;
}
</style>
border-color css
<style>
span { border-color: #BCACBD; }
span { border-color: rgb(188,172,189); }
td.TdClassName
{
border-color: #BCACBD;
}
.TagClassName
{
border-color: #BCACBD;
}
</style>