Shades of Lily #BD9FB4
Tints of Lily #BD9FB4
RGB
CMYK
RGB Variations
Color information
#BD9FB4 (or 0xBD9FB4) is known color: Lily. HEX triplet: BD, 9F and B4. RGB value is (189,159,180). Sum of RGB (Red+Green+Blue) = 189+159+180=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FB4 is #42604B. Grayscale: #AAAAAA. Windows color (decimal): -4350028 or 11837373. OLE color: 11837373.
HSL color Cylindrical-coordinate representation of color #BD9FB4: hue angle of 318º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BD9FB4 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 180 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.26 |
| HSL | 318º | 0.19% | 0.68% | - |
| HSV(B) | 318º | 0.16% | 0.74% | - |
| XYZ | 41.62 | 38.91 | 48.5 | - |
| YUV | 170.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 180 | 0 | 0.16 | 0.05 | 0.26 | 318 | 0.19 | 0.68 |
| Hex | BD | 9F | B4 | 0 | 10 | 5 | 1A | 13E | 13 | 44 |
| Octal | 275 | 237 | 264 | 0 | 20 | 5 | 32 | 476 | 23 | 104 |
| Binary | 10111101 | 10011111 | 10110100 | 0 | 10000 | 101 | 11010 | 100111110 | 10011 | 1000100 |
Color Harmonies of #BD9FB4
Complementary color
Monochromatic Colors of #BD9FB4
Black with #BD9FB4
Text Example
Text Example
White with #BD9FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FB4; }
p { color: rgb(189,159,180); }
H1.HeaderClassName
{
color: #BD9FB4;
}
.AnyTagClassName
{
color: #BD9FB4;
}
</style>
background-color css
<style>
a { background-color: #BD9FB4; }
a { background-color: rgb(189,159,180); }
div.DivClassName
{
background-color: #BD9FB4;
}
.BgClassName
{
background-color: #BD9FB4;
}
</style>
border-color css
<style>
span { border-color: #BD9FB4; }
span { border-color: rgb(189,159,180); }
td.TdClassName
{
border-color: #BD9FB4;
}
.TagClassName
{
border-color: #BD9FB4;
}
</style>