Shades of Lily #BD96AA
Tints of Lily #BD96AA
RGB
CMYK
RGB Variations
Color information
#BD96AA (or 0xBD96AA) is known color: Lily. HEX triplet: BD, 96 and AA. RGB value is (189,150,170). Sum of RGB (Red+Green+Blue) = 189+150+170=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BD96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD96AA is #426955. Grayscale: #A3A3A3. Windows color (decimal): -4352342 or 11179709. OLE color: 11179709.
HSL color Cylindrical-coordinate representation of color #BD96AA: hue angle of 329.23º 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 #BD96AA is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 170 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.26 |
| HSL | 329.23º | 0.23% | 0.66% | - |
| HSV(B) | 329.23º | 0.21% | 0.74% | - |
| XYZ | 39.15 | 35.53 | 42.83 | - |
| YUV | 163.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 170 | 0 | 0.21 | 0.10 | 0.26 | 329.23 | 0.23 | 0.66 |
| Hex | BD | 96 | AA | 0 | 15 | A | 1A | 149 | 17 | 42 |
| Octal | 275 | 226 | 252 | 0 | 25 | 12 | 32 | 511 | 27 | 102 |
| Binary | 10111101 | 10010110 | 10101010 | 0 | 10101 | 1010 | 11010 | 101001001 | 10111 | 1000010 |
Color Harmonies of #BD96AA
Complementary color
Monochromatic Colors of #BD96AA
Black with #BD96AA
Text Example
Text Example
White with #BD96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96AA; }
p { color: rgb(189,150,170); }
H1.HeaderClassName
{
color: #BD96AA;
}
.AnyTagClassName
{
color: #BD96AA;
}
</style>
background-color css
<style>
a { background-color: #BD96AA; }
a { background-color: rgb(189,150,170); }
div.DivClassName
{
background-color: #BD96AA;
}
.BgClassName
{
background-color: #BD96AA;
}
</style>
border-color css
<style>
span { border-color: #BD96AA; }
span { border-color: rgb(189,150,170); }
td.TdClassName
{
border-color: #BD96AA;
}
.TagClassName
{
border-color: #BD96AA;
}
</style>