Shades of Lily #BC96A8
Tints of Lily #BC96A8
RGB
CMYK
RGB Variations
Color information
#BC96A8 (or 0xBC96A8) is known color: Lily. HEX triplet: BC, 96 and A8. RGB value is (188,150,168). Sum of RGB (Red+Green+Blue) = 188+150+168=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC96A8 is #436957. Grayscale: #A3A3A3. Windows color (decimal): -4417880 or 11048636. OLE color: 11048636.
HSL color Cylindrical-coordinate representation of color #BC96A8: hue angle of 331.58º 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 #BC96A8 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 168 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.26 |
| HSL | 331.58º | 0.22% | 0.66% | - |
| HSV(B) | 331.58º | 0.2% | 0.74% | - |
| XYZ | 38.71 | 35.33 | 41.82 | - |
| YUV | 163.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 168 | 0 | 0.20 | 0.11 | 0.26 | 331.58 | 0.22 | 0.66 |
| Hex | BC | 96 | A8 | 0 | 14 | B | 1A | 14C | 16 | 42 |
| Octal | 274 | 226 | 250 | 0 | 24 | 13 | 32 | 514 | 26 | 102 |
| Binary | 10111100 | 10010110 | 10101000 | 0 | 10100 | 1011 | 11010 | 101001100 | 10110 | 1000010 |
Color Harmonies of #BC96A8
Complementary color
Monochromatic Colors of #BC96A8
Black with #BC96A8
Text Example
Text Example
White with #BC96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96A8; }
p { color: rgb(188,150,168); }
H1.HeaderClassName
{
color: #BC96A8;
}
.AnyTagClassName
{
color: #BC96A8;
}
</style>
background-color css
<style>
a { background-color: #BC96A8; }
a { background-color: rgb(188,150,168); }
div.DivClassName
{
background-color: #BC96A8;
}
.BgClassName
{
background-color: #BC96A8;
}
</style>
border-color css
<style>
span { border-color: #BC96A8; }
span { border-color: rgb(188,150,168); }
td.TdClassName
{
border-color: #BC96A8;
}
.TagClassName
{
border-color: #BC96A8;
}
</style>