Shades of Lily #BC96AA
Tints of Lily #BC96AA
RGB
CMYK
RGB Variations
Color information
#BC96AA (or 0xBC96AA) is known color: Lily. HEX triplet: BC, 96 and AA. RGB value is (188,150,170). Sum of RGB (Red+Green+Blue) = 188+150+170=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC96AA is #436955. Grayscale: #A3A3A3. Windows color (decimal): -4417878 or 11179708. OLE color: 11179708.
HSL color Cylindrical-coordinate representation of color #BC96AA: hue angle of 328.42º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC96AA is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 170 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.26 |
| HSL | 328.42º | 0.22% | 0.66% | - |
| HSV(B) | 328.42º | 0.2% | 0.74% | - |
| XYZ | 38.9 | 35.41 | 42.81 | - |
| YUV | 163.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 170 | 0 | 0.20 | 0.10 | 0.26 | 328.42 | 0.22 | 0.66 |
| Hex | BC | 96 | AA | 0 | 14 | A | 1A | 148 | 16 | 42 |
| Octal | 274 | 226 | 252 | 0 | 24 | 12 | 32 | 510 | 26 | 102 |
| Binary | 10111100 | 10010110 | 10101010 | 0 | 10100 | 1010 | 11010 | 101001000 | 10110 | 1000010 |
Color Harmonies of #BC96AA
Complementary color
Monochromatic Colors of #BC96AA
Black with #BC96AA
Text Example
Text Example
White with #BC96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96AA; }
p { color: rgb(188,150,170); }
H1.HeaderClassName
{
color: #BC96AA;
}
.AnyTagClassName
{
color: #BC96AA;
}
</style>
background-color css
<style>
a { background-color: #BC96AA; }
a { background-color: rgb(188,150,170); }
div.DivClassName
{
background-color: #BC96AA;
}
.BgClassName
{
background-color: #BC96AA;
}
</style>
border-color css
<style>
span { border-color: #BC96AA; }
span { border-color: rgb(188,150,170); }
td.TdClassName
{
border-color: #BC96AA;
}
.TagClassName
{
border-color: #BC96AA;
}
</style>