Shades of Lily #BCAAB6
Tints of Lily #BCAAB6
RGB
CMYK
RGB Variations
Color information
#BCAAB6 (or 0xBCAAB6) is known color: Lily. HEX triplet: BC, AA and B6. RGB value is (188,170,182). Sum of RGB (Red+Green+Blue) = 188+170+182=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAB6 is #435549. Grayscale: #B0B0B0. Windows color (decimal): -4412746 or 11971260. OLE color: 11971260.
HSL color Cylindrical-coordinate representation of color #BCAAB6: hue angle of 320º degrees, saturation: 0.12, 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 #BCAAB6 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 182 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.26 |
| HSL | 320º | 0.12% | 0.7% | - |
| HSV(B) | 320º | 0.1% | 0.74% | - |
| XYZ | 43.56 | 42.82 | 50.22 | - |
| YUV | 176.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 182 | 0 | 0.10 | 0.03 | 0.26 | 320 | 0.12 | 0.7 |
| Hex | BC | AA | B6 | 0 | A | 3 | 1A | 140 | C | 46 |
| Octal | 274 | 252 | 266 | 0 | 12 | 3 | 32 | 500 | 14 | 106 |
| Binary | 10111100 | 10101010 | 10110110 | 0 | 1010 | 11 | 11010 | 101000000 | 1100 | 1000110 |
Color Harmonies of #BCAAB6
Complementary color
Monochromatic Colors of #BCAAB6
Black with #BCAAB6
Text Example
Text Example
White with #BCAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAB6; }
p { color: rgb(188,170,182); }
H1.HeaderClassName
{
color: #BCAAB6;
}
.AnyTagClassName
{
color: #BCAAB6;
}
</style>
background-color css
<style>
a { background-color: #BCAAB6; }
a { background-color: rgb(188,170,182); }
div.DivClassName
{
background-color: #BCAAB6;
}
.BgClassName
{
background-color: #BCAAB6;
}
</style>
border-color css
<style>
span { border-color: #BCAAB6; }
span { border-color: rgb(188,170,182); }
td.TdClassName
{
border-color: #BCAAB6;
}
.TagClassName
{
border-color: #BCAAB6;
}
</style>