Shades of Lily #BC8FAD
Tints of Lily #BC8FAD
RGB
CMYK
RGB Variations
Color information
#BC8FAD (or 0xBC8FAD) is known color: Lily. HEX triplet: BC, 8F and AD. RGB value is (188,143,173). Sum of RGB (Red+Green+Blue) = 188+143+173=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FAD is #437052. Grayscale: #9F9F9F. Windows color (decimal): -4419667 or 11374524. OLE color: 11374524.
HSL color Cylindrical-coordinate representation of color #BC8FAD: hue angle of 320º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8FAD is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 173 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.26 |
| HSL | 320º | 0.25% | 0.65% | - |
| HSV(B) | 320º | 0.24% | 0.74% | - |
| XYZ | 38.1 | 33.35 | 43.96 | - |
| YUV | 159.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 173 | 0 | 0.24 | 0.08 | 0.26 | 320 | 0.25 | 0.65 |
| Hex | BC | 8F | AD | 0 | 18 | 8 | 1A | 140 | 19 | 41 |
| Octal | 274 | 217 | 255 | 0 | 30 | 10 | 32 | 500 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10101101 | 0 | 11000 | 1000 | 11010 | 101000000 | 11001 | 1000001 |
Color Harmonies of #BC8FAD
Complementary color
Monochromatic Colors of #BC8FAD
Black with #BC8FAD
Text Example
Text Example
White with #BC8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FAD; }
p { color: rgb(188,143,173); }
H1.HeaderClassName
{
color: #BC8FAD;
}
.AnyTagClassName
{
color: #BC8FAD;
}
</style>
background-color css
<style>
a { background-color: #BC8FAD; }
a { background-color: rgb(188,143,173); }
div.DivClassName
{
background-color: #BC8FAD;
}
.BgClassName
{
background-color: #BC8FAD;
}
</style>
border-color css
<style>
span { border-color: #BC8FAD; }
span { border-color: rgb(188,143,173); }
td.TdClassName
{
border-color: #BC8FAD;
}
.TagClassName
{
border-color: #BC8FAD;
}
</style>