Shades of Lily #BC8AAA
Tints of Lily #BC8AAA
RGB
CMYK
RGB Variations
Color information
#BC8AAA (or 0xBC8AAA) is known color: Lily. HEX triplet: BC, 8A and AA. RGB value is (188,138,170). Sum of RGB (Red+Green+Blue) = 188+138+170=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8AAA is #437555. Grayscale: #9C9C9C. Windows color (decimal): -4420950 or 11176636. OLE color: 11176636.
HSL color Cylindrical-coordinate representation of color #BC8AAA: hue angle of 321.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8AAA is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 170 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.26 |
| HSL | 321.6º | 0.27% | 0.64% | - |
| HSV(B) | 321.6º | 0.27% | 0.74% | - |
| XYZ | 37.08 | 31.77 | 42.21 | - |
| YUV | 156.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 170 | 0 | 0.27 | 0.10 | 0.26 | 321.6 | 0.27 | 0.64 |
| Hex | BC | 8A | AA | 0 | 1B | A | 1A | 142 | 1B | 40 |
| Octal | 274 | 212 | 252 | 0 | 33 | 12 | 32 | 502 | 33 | 100 |
| Binary | 10111100 | 10001010 | 10101010 | 0 | 11011 | 1010 | 11010 | 101000010 | 11011 | 1000000 |
Color Harmonies of #BC8AAA
Complementary color
Monochromatic Colors of #BC8AAA
Black with #BC8AAA
Text Example
Text Example
White with #BC8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AAA; }
p { color: rgb(188,138,170); }
H1.HeaderClassName
{
color: #BC8AAA;
}
.AnyTagClassName
{
color: #BC8AAA;
}
</style>
background-color css
<style>
a { background-color: #BC8AAA; }
a { background-color: rgb(188,138,170); }
div.DivClassName
{
background-color: #BC8AAA;
}
.BgClassName
{
background-color: #BC8AAA;
}
</style>
border-color css
<style>
span { border-color: #BC8AAA; }
span { border-color: rgb(188,138,170); }
td.TdClassName
{
border-color: #BC8AAA;
}
.TagClassName
{
border-color: #BC8AAA;
}
</style>