Shades of Lily #BCAAB2
Tints of Lily #BCAAB2
RGB
CMYK
RGB Variations
Color information
#BCAAB2 (or 0xBCAAB2) is known color: Lily. HEX triplet: BC, AA and B2. RGB value is (188,170,178). Sum of RGB (Red+Green+Blue) = 188+170+178=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAB2 is #43554D. Grayscale: #B0B0B0. Windows color (decimal): -4412750 or 11709116. OLE color: 11709116.
HSL color Cylindrical-coordinate representation of color #BCAAB2: hue angle of 333.33º 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 #BCAAB2 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 178 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.26 |
| HSL | 333.33º | 0.12% | 0.7% | - |
| HSV(B) | 333.33º | 0.1% | 0.74% | - |
| XYZ | 43.15 | 42.66 | 48.08 | - |
| YUV | 176.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 178 | 0 | 0.10 | 0.05 | 0.26 | 333.33 | 0.12 | 0.7 |
| Hex | BC | AA | B2 | 0 | A | 5 | 1A | 14D | C | 46 |
| Octal | 274 | 252 | 262 | 0 | 12 | 5 | 32 | 515 | 14 | 106 |
| Binary | 10111100 | 10101010 | 10110010 | 0 | 1010 | 101 | 11010 | 101001101 | 1100 | 1000110 |
Color Harmonies of #BCAAB2
Complementary color
Monochromatic Colors of #BCAAB2
Black with #BCAAB2
Text Example
Text Example
White with #BCAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAB2; }
p { color: rgb(188,170,178); }
H1.HeaderClassName
{
color: #BCAAB2;
}
.AnyTagClassName
{
color: #BCAAB2;
}
</style>
background-color css
<style>
a { background-color: #BCAAB2; }
a { background-color: rgb(188,170,178); }
div.DivClassName
{
background-color: #BCAAB2;
}
.BgClassName
{
background-color: #BCAAB2;
}
</style>
border-color css
<style>
span { border-color: #BCAAB2; }
span { border-color: rgb(188,170,178); }
td.TdClassName
{
border-color: #BCAAB2;
}
.TagClassName
{
border-color: #BCAAB2;
}
</style>