Shades of Lily #BDA9B4
Tints of Lily #BDA9B4
RGB
CMYK
RGB Variations
Color information
#BDA9B4 (or 0xBDA9B4) is known color: Lily. HEX triplet: BD, A9 and B4. RGB value is (189,169,180). Sum of RGB (Red+Green+Blue) = 189+169+180=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9B4 is #42564B. Grayscale: #B0B0B0. Windows color (decimal): -4347468 or 11839933. OLE color: 11839933.
HSL color Cylindrical-coordinate representation of color #BDA9B4: hue angle of 327º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDA9B4 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 180 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.26 |
| HSL | 327º | 0.13% | 0.7% | - |
| HSV(B) | 327º | 0.11% | 0.74% | - |
| XYZ | 43.41 | 42.49 | 49.09 | - |
| YUV | 176.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 180 | 0 | 0.11 | 0.05 | 0.26 | 327 | 0.13 | 0.7 |
| Hex | BD | A9 | B4 | 0 | B | 5 | 1A | 147 | D | 46 |
| Octal | 275 | 251 | 264 | 0 | 13 | 5 | 32 | 507 | 15 | 106 |
| Binary | 10111101 | 10101001 | 10110100 | 0 | 1011 | 101 | 11010 | 101000111 | 1101 | 1000110 |
Color Harmonies of #BDA9B4
Complementary color
Monochromatic Colors of #BDA9B4
Black with #BDA9B4
Text Example
Text Example
White with #BDA9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9B4; }
p { color: rgb(189,169,180); }
H1.HeaderClassName
{
color: #BDA9B4;
}
.AnyTagClassName
{
color: #BDA9B4;
}
</style>
background-color css
<style>
a { background-color: #BDA9B4; }
a { background-color: rgb(189,169,180); }
div.DivClassName
{
background-color: #BDA9B4;
}
.BgClassName
{
background-color: #BDA9B4;
}
</style>
border-color css
<style>
span { border-color: #BDA9B4; }
span { border-color: rgb(189,169,180); }
td.TdClassName
{
border-color: #BDA9B4;
}
.TagClassName
{
border-color: #BDA9B4;
}
</style>