Shades of Lily #BD91AB
Tints of Lily #BD91AB
RGB
CMYK
RGB Variations
Color information
#BD91AB (or 0xBD91AB) is known color: Lily. HEX triplet: BD, 91 and AB. RGB value is (189,145,171). Sum of RGB (Red+Green+Blue) = 189+145+171=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BD91AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD91AB is #426E54. Grayscale: #A1A1A1. Windows color (decimal): -4353621 or 11243965. OLE color: 11243965.
HSL color Cylindrical-coordinate representation of color #BD91AB: hue angle of 324.55º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD91AB is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 171 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.26 |
| HSL | 324.55º | 0.25% | 0.65% | - |
| HSV(B) | 324.55º | 0.23% | 0.74% | - |
| XYZ | 38.46 | 34.01 | 43.07 | - |
| YUV | 161.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 171 | 0 | 0.23 | 0.10 | 0.26 | 324.55 | 0.25 | 0.65 |
| Hex | BD | 91 | AB | 0 | 17 | A | 1A | 145 | 19 | 41 |
| Octal | 275 | 221 | 253 | 0 | 27 | 12 | 32 | 505 | 31 | 101 |
| Binary | 10111101 | 10010001 | 10101011 | 0 | 10111 | 1010 | 11010 | 101000101 | 11001 | 1000001 |
Color Harmonies of #BD91AB
Complementary color
Monochromatic Colors of #BD91AB
Black with #BD91AB
Text Example
Text Example
White with #BD91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91AB; }
p { color: rgb(189,145,171); }
H1.HeaderClassName
{
color: #BD91AB;
}
.AnyTagClassName
{
color: #BD91AB;
}
</style>
background-color css
<style>
a { background-color: #BD91AB; }
a { background-color: rgb(189,145,171); }
div.DivClassName
{
background-color: #BD91AB;
}
.BgClassName
{
background-color: #BD91AB;
}
</style>
border-color css
<style>
span { border-color: #BD91AB; }
span { border-color: rgb(189,145,171); }
td.TdClassName
{
border-color: #BD91AB;
}
.TagClassName
{
border-color: #BD91AB;
}
</style>