Shades of Lily #BD92AA
Tints of Lily #BD92AA
RGB
CMYK
RGB Variations
Color information
#BD92AA (or 0xBD92AA) is known color: Lily. HEX triplet: BD, 92 and AA. RGB value is (189,146,170). Sum of RGB (Red+Green+Blue) = 189+146+170=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD92AA is #426D55. Grayscale: #A1A1A1. Windows color (decimal): -4353366 or 11178685. OLE color: 11178685.
HSL color Cylindrical-coordinate representation of color #BD92AA: hue angle of 326.51º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD92AA is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 170 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.26 |
| HSL | 326.51º | 0.25% | 0.66% | - |
| HSV(B) | 326.51º | 0.23% | 0.74% | - |
| XYZ | 38.52 | 34.28 | 42.62 | - |
| YUV | 161.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 170 | 0 | 0.23 | 0.10 | 0.26 | 326.51 | 0.25 | 0.66 |
| Hex | BD | 92 | AA | 0 | 17 | A | 1A | 147 | 19 | 42 |
| Octal | 275 | 222 | 252 | 0 | 27 | 12 | 32 | 507 | 31 | 102 |
| Binary | 10111101 | 10010010 | 10101010 | 0 | 10111 | 1010 | 11010 | 101000111 | 11001 | 1000010 |
Color Harmonies of #BD92AA
Complementary color
Monochromatic Colors of #BD92AA
Black with #BD92AA
Text Example
Text Example
White with #BD92AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92AA; }
p { color: rgb(189,146,170); }
H1.HeaderClassName
{
color: #BD92AA;
}
.AnyTagClassName
{
color: #BD92AA;
}
</style>
background-color css
<style>
a { background-color: #BD92AA; }
a { background-color: rgb(189,146,170); }
div.DivClassName
{
background-color: #BD92AA;
}
.BgClassName
{
background-color: #BD92AA;
}
</style>
border-color css
<style>
span { border-color: #BD92AA; }
span { border-color: rgb(189,146,170); }
td.TdClassName
{
border-color: #BD92AA;
}
.TagClassName
{
border-color: #BD92AA;
}
</style>