Shades of Lily #BD99AA
Tints of Lily #BD99AA
RGB
CMYK
RGB Variations
Color information
#BD99AA (or 0xBD99AA) is known color: Lily. HEX triplet: BD, 99 and AA. RGB value is (189,153,170). Sum of RGB (Red+Green+Blue) = 189+153+170=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BD99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD99AA is #426655. Grayscale: #A5A5A5. Windows color (decimal): -4351574 or 11180477. OLE color: 11180477.
HSL color Cylindrical-coordinate representation of color #BD99AA: hue angle of 331.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD99AA is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 170 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.26 |
| HSL | 331.67º | 0.21% | 0.67% | - |
| HSV(B) | 331.67º | 0.19% | 0.74% | - |
| XYZ | 39.63 | 36.5 | 42.99 | - |
| YUV | 165.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 170 | 0 | 0.19 | 0.10 | 0.26 | 331.67 | 0.21 | 0.67 |
| Hex | BD | 99 | AA | 0 | 13 | A | 1A | 14C | 15 | 43 |
| Octal | 275 | 231 | 252 | 0 | 23 | 12 | 32 | 514 | 25 | 103 |
| Binary | 10111101 | 10011001 | 10101010 | 0 | 10011 | 1010 | 11010 | 101001100 | 10101 | 1000011 |
Color Harmonies of #BD99AA
Complementary color
Monochromatic Colors of #BD99AA
Black with #BD99AA
Text Example
Text Example
White with #BD99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99AA; }
p { color: rgb(189,153,170); }
H1.HeaderClassName
{
color: #BD99AA;
}
.AnyTagClassName
{
color: #BD99AA;
}
</style>
background-color css
<style>
a { background-color: #BD99AA; }
a { background-color: rgb(189,153,170); }
div.DivClassName
{
background-color: #BD99AA;
}
.BgClassName
{
background-color: #BD99AA;
}
</style>
border-color css
<style>
span { border-color: #BD99AA; }
span { border-color: rgb(189,153,170); }
td.TdClassName
{
border-color: #BD99AA;
}
.TagClassName
{
border-color: #BD99AA;
}
</style>