Shades of Lily #BD8CAC
Tints of Lily #BD8CAC
RGB
CMYK
RGB Variations
Color information
#BD8CAC (or 0xBD8CAC) is known color: Lily. HEX triplet: BD, 8C and AC. RGB value is (189,140,172). Sum of RGB (Red+Green+Blue) = 189+140+172=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8CAC is #427353. Grayscale: #9E9E9E. Windows color (decimal): -4354900 or 11308221. OLE color: 11308221.
HSL color Cylindrical-coordinate representation of color #BD8CAC: hue angle of 320.82º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8CAC is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 172 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.26 |
| HSL | 320.82º | 0.27% | 0.65% | - |
| HSV(B) | 320.82º | 0.26% | 0.74% | - |
| XYZ | 37.81 | 32.55 | 43.32 | - |
| YUV | 158.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 172 | 0 | 0.26 | 0.09 | 0.26 | 320.82 | 0.27 | 0.65 |
| Hex | BD | 8C | AC | 0 | 1A | 9 | 1A | 141 | 1B | 41 |
| Octal | 275 | 214 | 254 | 0 | 32 | 11 | 32 | 501 | 33 | 101 |
| Binary | 10111101 | 10001100 | 10101100 | 0 | 11010 | 1001 | 11010 | 101000001 | 11011 | 1000001 |
Color Harmonies of #BD8CAC
Complementary color
Monochromatic Colors of #BD8CAC
Black with #BD8CAC
Text Example
Text Example
White with #BD8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8CAC; }
p { color: rgb(189,140,172); }
H1.HeaderClassName
{
color: #BD8CAC;
}
.AnyTagClassName
{
color: #BD8CAC;
}
</style>
background-color css
<style>
a { background-color: #BD8CAC; }
a { background-color: rgb(189,140,172); }
div.DivClassName
{
background-color: #BD8CAC;
}
.BgClassName
{
background-color: #BD8CAC;
}
</style>
border-color css
<style>
span { border-color: #BD8CAC; }
span { border-color: rgb(189,140,172); }
td.TdClassName
{
border-color: #BD8CAC;
}
.TagClassName
{
border-color: #BD8CAC;
}
</style>