Shades of Lily #BD9BAF
Tints of Lily #BD9BAF
RGB
CMYK
RGB Variations
Color information
#BD9BAF (or 0xBD9BAF) is known color: Lily. HEX triplet: BD, 9B and AF. RGB value is (189,155,175). Sum of RGB (Red+Green+Blue) = 189+155+175=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9BAF is #426450. Grayscale: #A7A7A7. Windows color (decimal): -4351057 or 11508669. OLE color: 11508669.
HSL color Cylindrical-coordinate representation of color #BD9BAF: hue angle of 324.71º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BD9BAF is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 175 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.26 |
| HSL | 324.71º | 0.2% | 0.67% | - |
| HSV(B) | 324.71º | 0.18% | 0.74% | - |
| XYZ | 40.45 | 37.36 | 45.64 | - |
| YUV | 167.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 175 | 0 | 0.18 | 0.07 | 0.26 | 324.71 | 0.2 | 0.67 |
| Hex | BD | 9B | AF | 0 | 12 | 7 | 1A | 145 | 14 | 43 |
| Octal | 275 | 233 | 257 | 0 | 22 | 7 | 32 | 505 | 24 | 103 |
| Binary | 10111101 | 10011011 | 10101111 | 0 | 10010 | 111 | 11010 | 101000101 | 10100 | 1000011 |
Color Harmonies of #BD9BAF
Complementary color
Monochromatic Colors of #BD9BAF
Black with #BD9BAF
Text Example
Text Example
White with #BD9BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BAF; }
p { color: rgb(189,155,175); }
H1.HeaderClassName
{
color: #BD9BAF;
}
.AnyTagClassName
{
color: #BD9BAF;
}
</style>
background-color css
<style>
a { background-color: #BD9BAF; }
a { background-color: rgb(189,155,175); }
div.DivClassName
{
background-color: #BD9BAF;
}
.BgClassName
{
background-color: #BD9BAF;
}
</style>
border-color css
<style>
span { border-color: #BD9BAF; }
span { border-color: rgb(189,155,175); }
td.TdClassName
{
border-color: #BD9BAF;
}
.TagClassName
{
border-color: #BD9BAF;
}
</style>