Shades of Lola #BCADBD
Tints of Lola #BCADBD
RGB
CMYK
RGB Variations
Color information
#BCADBD (or 0xBCADBD) is known color: Lola. HEX triplet: BC, AD and BD. RGB value is (188,173,189). Sum of RGB (Red+Green+Blue) = 188+173+189=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADBD is #435242. Grayscale: #B3B3B3. Windows color (decimal): -4411971 or 12430780. OLE color: 12430780.
HSL color Cylindrical-coordinate representation of color #BCADBD: hue angle of 296.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCADBD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 189 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.26 |
| HSL | 296.25º | 0.11% | 0.71% | - |
| HSV(B) | 296.25º | 0.08% | 0.74% | - |
| XYZ | 44.87 | 44.25 | 54.32 | - |
| YUV | 179.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 189 | 0.01 | 0.08 | 0 | 0.26 | 296.25 | 0.11 | 0.71 |
| Hex | BC | AD | BD | 1 | 8 | 0 | 1A | 128 | B | 47 |
| Octal | 274 | 255 | 275 | 1 | 10 | 0 | 32 | 450 | 13 | 107 |
| Binary | 10111100 | 10101101 | 10111101 | 1 | 1000 | 0 | 11010 | 100101000 | 1011 | 1000111 |
Color Harmonies of #BCADBD
Complementary color
Monochromatic Colors of #BCADBD
Black with #BCADBD
Text Example
Text Example
White with #BCADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADBD; }
p { color: rgb(188,173,189); }
H1.HeaderClassName
{
color: #BCADBD;
}
.AnyTagClassName
{
color: #BCADBD;
}
</style>
background-color css
<style>
a { background-color: #BCADBD; }
a { background-color: rgb(188,173,189); }
div.DivClassName
{
background-color: #BCADBD;
}
.BgClassName
{
background-color: #BCADBD;
}
</style>
border-color css
<style>
span { border-color: #BCADBD; }
span { border-color: rgb(188,173,189); }
td.TdClassName
{
border-color: #BCADBD;
}
.TagClassName
{
border-color: #BCADBD;
}
</style>