Shades of Lily #BD99AF
Tints of Lily #BD99AF
RGB
CMYK
RGB Variations
Color information
#BD99AF (or 0xBD99AF) is known color: Lily. HEX triplet: BD, 99 and AF. RGB value is (189,153,175). Sum of RGB (Red+Green+Blue) = 189+153+175=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BD99AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD99AF is #426650. Grayscale: #A6A6A6. Windows color (decimal): -4351569 or 11508157. OLE color: 11508157.
HSL color Cylindrical-coordinate representation of color #BD99AF: hue angle of 323.33º 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 #BD99AF is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 175 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.26 |
| HSL | 323.33º | 0.21% | 0.67% | - |
| HSV(B) | 323.33º | 0.19% | 0.74% | - |
| XYZ | 40.12 | 36.7 | 45.53 | - |
| YUV | 166.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 175 | 0 | 0.19 | 0.07 | 0.26 | 323.33 | 0.21 | 0.67 |
| Hex | BD | 99 | AF | 0 | 13 | 7 | 1A | 143 | 15 | 43 |
| Octal | 275 | 231 | 257 | 0 | 23 | 7 | 32 | 503 | 25 | 103 |
| Binary | 10111101 | 10011001 | 10101111 | 0 | 10011 | 111 | 11010 | 101000011 | 10101 | 1000011 |
Color Harmonies of #BD99AF
Complementary color
Monochromatic Colors of #BD99AF
Black with #BD99AF
Text Example
Text Example
White with #BD99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99AF; }
p { color: rgb(189,153,175); }
H1.HeaderClassName
{
color: #BD99AF;
}
.AnyTagClassName
{
color: #BD99AF;
}
</style>
background-color css
<style>
a { background-color: #BD99AF; }
a { background-color: rgb(189,153,175); }
div.DivClassName
{
background-color: #BD99AF;
}
.BgClassName
{
background-color: #BD99AF;
}
</style>
border-color css
<style>
span { border-color: #BD99AF; }
span { border-color: rgb(189,153,175); }
td.TdClassName
{
border-color: #BD99AF;
}
.TagClassName
{
border-color: #BD99AF;
}
</style>