Shades of Lily #BD94AA
Tints of Lily #BD94AA
RGB
CMYK
RGB Variations
Color information
#BD94AA (or 0xBD94AA) is known color: Lily. HEX triplet: BD, 94 and AA. RGB value is (189,148,170). Sum of RGB (Red+Green+Blue) = 189+148+170=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BD94AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD94AA is #426B55. Grayscale: #A2A2A2. Windows color (decimal): -4352854 or 11179197. OLE color: 11179197.
HSL color Cylindrical-coordinate representation of color #BD94AA: hue angle of 327.8º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD94AA is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 170 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.26 |
| HSL | 327.8º | 0.24% | 0.66% | - |
| HSV(B) | 327.8º | 0.22% | 0.74% | - |
| XYZ | 38.83 | 34.9 | 42.72 | - |
| YUV | 162.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 170 | 0 | 0.22 | 0.10 | 0.26 | 327.8 | 0.24 | 0.66 |
| Hex | BD | 94 | AA | 0 | 16 | A | 1A | 148 | 18 | 42 |
| Octal | 275 | 224 | 252 | 0 | 26 | 12 | 32 | 510 | 30 | 102 |
| Binary | 10111101 | 10010100 | 10101010 | 0 | 10110 | 1010 | 11010 | 101001000 | 11000 | 1000010 |
Color Harmonies of #BD94AA
Complementary color
Monochromatic Colors of #BD94AA
Black with #BD94AA
Text Example
Text Example
White with #BD94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD94AA; }
p { color: rgb(189,148,170); }
H1.HeaderClassName
{
color: #BD94AA;
}
.AnyTagClassName
{
color: #BD94AA;
}
</style>
background-color css
<style>
a { background-color: #BD94AA; }
a { background-color: rgb(189,148,170); }
div.DivClassName
{
background-color: #BD94AA;
}
.BgClassName
{
background-color: #BD94AA;
}
</style>
border-color css
<style>
span { border-color: #BD94AA; }
span { border-color: rgb(189,148,170); }
td.TdClassName
{
border-color: #BD94AA;
}
.TagClassName
{
border-color: #BD94AA;
}
</style>