Shades of Lily #BD98AA
Tints of Lily #BD98AA
RGB
CMYK
RGB Variations
Color information
#BD98AA (or 0xBD98AA) is known color: Lily. HEX triplet: BD, 98 and AA. RGB value is (189,152,170). Sum of RGB (Red+Green+Blue) = 189+152+170=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BD98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD98AA is #426755. Grayscale: #A5A5A5. Windows color (decimal): -4351830 or 11180221. OLE color: 11180221.
HSL color Cylindrical-coordinate representation of color #BD98AA: hue angle of 330.81º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD98AA is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 170 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.26 |
| HSL | 330.81º | 0.22% | 0.67% | - |
| HSV(B) | 330.81º | 0.2% | 0.74% | - |
| XYZ | 39.47 | 36.18 | 42.93 | - |
| YUV | 165.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 170 | 0 | 0.20 | 0.10 | 0.26 | 330.81 | 0.22 | 0.67 |
| Hex | BD | 98 | AA | 0 | 14 | A | 1A | 14B | 16 | 43 |
| Octal | 275 | 230 | 252 | 0 | 24 | 12 | 32 | 513 | 26 | 103 |
| Binary | 10111101 | 10011000 | 10101010 | 0 | 10100 | 1010 | 11010 | 101001011 | 10110 | 1000011 |
Color Harmonies of #BD98AA
Complementary color
Monochromatic Colors of #BD98AA
Black with #BD98AA
Text Example
Text Example
White with #BD98AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98AA; }
p { color: rgb(189,152,170); }
H1.HeaderClassName
{
color: #BD98AA;
}
.AnyTagClassName
{
color: #BD98AA;
}
</style>
background-color css
<style>
a { background-color: #BD98AA; }
a { background-color: rgb(189,152,170); }
div.DivClassName
{
background-color: #BD98AA;
}
.BgClassName
{
background-color: #BD98AA;
}
</style>
border-color css
<style>
span { border-color: #BD98AA; }
span { border-color: rgb(189,152,170); }
td.TdClassName
{
border-color: #BD98AA;
}
.TagClassName
{
border-color: #BD98AA;
}
</style>