Shades of Lily #BDA9B5
Tints of Lily #BDA9B5
RGB
CMYK
RGB Variations
Color information
#BDA9B5 (or 0xBDA9B5) is known color: Lily. HEX triplet: BD, A9 and B5. RGB value is (189,169,181). Sum of RGB (Red+Green+Blue) = 189+169+181=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9B5 is #42564A. Grayscale: #B0B0B0. Windows color (decimal): -4347467 or 11905469. OLE color: 11905469.
HSL color Cylindrical-coordinate representation of color #BDA9B5: hue angle of 324º 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 #BDA9B5 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 169 | 181 | - |
CMYK | 0 | 0.11 | 0.04 | 0.26 |
HSL | 324º | 0.13% | 0.7% | - |
HSV(B) | 324º | 0.11% | 0.74% | - |
XYZ | 43.51 | 42.53 | 49.63 | - |
YUV | 176.35 | 130.63 | 137.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 169 | 181 | 0 | 0.11 | 0.04 | 0.26 | 324 | 0.13 | 0.7 |
Hex | BD | A9 | B5 | 0 | B | 4 | 1A | 144 | D | 46 |
Octal | 275 | 251 | 265 | 0 | 13 | 4 | 32 | 504 | 15 | 106 |
Binary | 10111101 | 10101001 | 10110101 | 0 | 1011 | 100 | 11010 | 101000100 | 1101 | 1000110 |
Color Harmonies of #BDA9B5
Complementary color
Monochromatic Colors of #BDA9B5
Black with #BDA9B5
Text Example
Text Example
White with #BDA9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9B5; }
p { color: rgb(189,169,181); }
H1.HeaderClassName
{
color: #BDA9B5;
}
.AnyTagClassName
{
color: #BDA9B5;
}
</style>
background-color css
<style>
a { background-color: #BDA9B5; }
a { background-color: rgb(189,169,181); }
div.DivClassName
{
background-color: #BDA9B5;
}
.BgClassName
{
background-color: #BDA9B5;
}
</style>
border-color css
<style>
span { border-color: #BDA9B5; }
span { border-color: rgb(189,169,181); }
td.TdClassName
{
border-color: #BDA9B5;
}
.TagClassName
{
border-color: #BDA9B5;
}
</style>