Shades of Lily #BC95AB
Tints of Lily #BC95AB
RGB
CMYK
RGB Variations
Color information
#BC95AB (or 0xBC95AB) is known color: Lily. HEX triplet: BC, 95 and AB. RGB value is (188,149,171). Sum of RGB (Red+Green+Blue) = 188+149+171=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC95AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC95AB is #436A54. Grayscale: #A3A3A3. Windows color (decimal): -4418133 or 11244988. OLE color: 11244988.
HSL color Cylindrical-coordinate representation of color #BC95AB: hue angle of 326.15º 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 #BC95AB is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 171 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.26 |
| HSL | 326.15º | 0.23% | 0.66% | - |
| HSV(B) | 326.15º | 0.21% | 0.74% | - |
| XYZ | 38.84 | 35.13 | 43.26 | - |
| YUV | 163.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 171 | 0 | 0.21 | 0.09 | 0.26 | 326.15 | 0.23 | 0.66 |
| Hex | BC | 95 | AB | 0 | 15 | 9 | 1A | 146 | 17 | 42 |
| Octal | 274 | 225 | 253 | 0 | 25 | 11 | 32 | 506 | 27 | 102 |
| Binary | 10111100 | 10010101 | 10101011 | 0 | 10101 | 1001 | 11010 | 101000110 | 10111 | 1000010 |
Color Harmonies of #BC95AB
Complementary color
Monochromatic Colors of #BC95AB
Black with #BC95AB
Text Example
Text Example
White with #BC95AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95AB; }
p { color: rgb(188,149,171); }
H1.HeaderClassName
{
color: #BC95AB;
}
.AnyTagClassName
{
color: #BC95AB;
}
</style>
background-color css
<style>
a { background-color: #BC95AB; }
a { background-color: rgb(188,149,171); }
div.DivClassName
{
background-color: #BC95AB;
}
.BgClassName
{
background-color: #BC95AB;
}
</style>
border-color css
<style>
span { border-color: #BC95AB; }
span { border-color: rgb(188,149,171); }
td.TdClassName
{
border-color: #BC95AB;
}
.TagClassName
{
border-color: #BC95AB;
}
</style>