Shades of Lily #BC95AD
Tints of Lily #BC95AD
RGB
CMYK
RGB Variations
Color information
#BC95AD (or 0xBC95AD) is known color: Lily. HEX triplet: BC, 95 and AD. RGB value is (188,149,173). Sum of RGB (Red+Green+Blue) = 188+149+173=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BC95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC95AD is #436A52. Grayscale: #A3A3A3. Windows color (decimal): -4418131 or 11376060. OLE color: 11376060.
HSL color Cylindrical-coordinate representation of color #BC95AD: hue angle of 323.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC95AD is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 173 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.26 |
| HSL | 323.08º | 0.23% | 0.66% | - |
| HSV(B) | 323.08º | 0.21% | 0.74% | - |
| XYZ | 39.03 | 35.2 | 44.27 | - |
| YUV | 163.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 173 | 0 | 0.21 | 0.08 | 0.26 | 323.08 | 0.23 | 0.66 |
| Hex | BC | 95 | AD | 0 | 15 | 8 | 1A | 143 | 17 | 42 |
| Octal | 274 | 225 | 255 | 0 | 25 | 10 | 32 | 503 | 27 | 102 |
| Binary | 10111100 | 10010101 | 10101101 | 0 | 10101 | 1000 | 11010 | 101000011 | 10111 | 1000010 |
Color Harmonies of #BC95AD
Complementary color
Monochromatic Colors of #BC95AD
Black with #BC95AD
Text Example
Text Example
White with #BC95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95AD; }
p { color: rgb(188,149,173); }
H1.HeaderClassName
{
color: #BC95AD;
}
.AnyTagClassName
{
color: #BC95AD;
}
</style>
background-color css
<style>
a { background-color: #BC95AD; }
a { background-color: rgb(188,149,173); }
div.DivClassName
{
background-color: #BC95AD;
}
.BgClassName
{
background-color: #BC95AD;
}
</style>
border-color css
<style>
span { border-color: #BC95AD; }
span { border-color: rgb(188,149,173); }
td.TdClassName
{
border-color: #BC95AD;
}
.TagClassName
{
border-color: #BC95AD;
}
</style>