Shades of Lily #BCADB6
Tints of Lily #BCADB6
RGB
CMYK
RGB Variations
Color information
#BCADB6 (or 0xBCADB6) is known color: Lily. HEX triplet: BC, AD and B6. RGB value is (188,173,182). Sum of RGB (Red+Green+Blue) = 188+173+182=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADB6 is #435249. Grayscale: #B2B2B2. Windows color (decimal): -4411978 or 11972028. OLE color: 11972028.
HSL color Cylindrical-coordinate representation of color #BCADB6: hue angle of 324º degrees, saturation: 0.1, 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 #BCADB6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 182 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.26 |
| HSL | 324º | 0.1% | 0.71% | - |
| HSV(B) | 324º | 0.08% | 0.74% | - |
| XYZ | 44.13 | 43.96 | 50.41 | - |
| YUV | 178.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 182 | 0 | 0.08 | 0.03 | 0.26 | 324 | 0.1 | 0.71 |
| Hex | BC | AD | B6 | 0 | 8 | 3 | 1A | 144 | A | 47 |
| Octal | 274 | 255 | 266 | 0 | 10 | 3 | 32 | 504 | 12 | 107 |
| Binary | 10111100 | 10101101 | 10110110 | 0 | 1000 | 11 | 11010 | 101000100 | 1010 | 1000111 |
Color Harmonies of #BCADB6
Complementary color
Monochromatic Colors of #BCADB6
Black with #BCADB6
Text Example
Text Example
White with #BCADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADB6; }
p { color: rgb(188,173,182); }
H1.HeaderClassName
{
color: #BCADB6;
}
.AnyTagClassName
{
color: #BCADB6;
}
</style>
background-color css
<style>
a { background-color: #BCADB6; }
a { background-color: rgb(188,173,182); }
div.DivClassName
{
background-color: #BCADB6;
}
.BgClassName
{
background-color: #BCADB6;
}
</style>
border-color css
<style>
span { border-color: #BCADB6; }
span { border-color: rgb(188,173,182); }
td.TdClassName
{
border-color: #BCADB6;
}
.TagClassName
{
border-color: #BCADB6;
}
</style>