Shades of Lily #BCAAB4
Tints of Lily #BCAAB4
RGB
CMYK
RGB Variations
Color information
#BCAAB4 (or 0xBCAAB4) is known color: Lily. HEX triplet: BC, AA and B4. RGB value is (188,170,180). Sum of RGB (Red+Green+Blue) = 188+170+180=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAB4 is #43554B. Grayscale: #B0B0B0. Windows color (decimal): -4412748 or 11840188. OLE color: 11840188.
HSL color Cylindrical-coordinate representation of color #BCAAB4: hue angle of 326.67º 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 #BCAAB4 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 180 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.26 |
| HSL | 326.67º | 0.12% | 0.7% | - |
| HSV(B) | 326.67º | 0.1% | 0.74% | - |
| XYZ | 43.35 | 42.74 | 49.14 | - |
| YUV | 176.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 180 | 0 | 0.10 | 0.04 | 0.26 | 326.67 | 0.12 | 0.7 |
| Hex | BC | AA | B4 | 0 | A | 4 | 1A | 147 | C | 46 |
| Octal | 274 | 252 | 264 | 0 | 12 | 4 | 32 | 507 | 14 | 106 |
| Binary | 10111100 | 10101010 | 10110100 | 0 | 1010 | 100 | 11010 | 101000111 | 1100 | 1000110 |
Color Harmonies of #BCAAB4
Complementary color
Monochromatic Colors of #BCAAB4
Black with #BCAAB4
Text Example
Text Example
White with #BCAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAB4; }
p { color: rgb(188,170,180); }
H1.HeaderClassName
{
color: #BCAAB4;
}
.AnyTagClassName
{
color: #BCAAB4;
}
</style>
background-color css
<style>
a { background-color: #BCAAB4; }
a { background-color: rgb(188,170,180); }
div.DivClassName
{
background-color: #BCAAB4;
}
.BgClassName
{
background-color: #BCAAB4;
}
</style>
border-color css
<style>
span { border-color: #BCAAB4; }
span { border-color: rgb(188,170,180); }
td.TdClassName
{
border-color: #BCAAB4;
}
.TagClassName
{
border-color: #BCAAB4;
}
</style>