Shades of Lily #BDA1AC
Tints of Lily #BDA1AC
RGB
CMYK
RGB Variations
Color information
#BDA1AC (or 0xBDA1AC) is known color: Lily. HEX triplet: BD, A1 and AC. RGB value is (189,161,172). Sum of RGB (Red+Green+Blue) = 189+161+172=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1AC is #425E53. Grayscale: #AAAAAA. Windows color (decimal): -4349524 or 11313597. OLE color: 11313597.
HSL color Cylindrical-coordinate representation of color #BDA1AC: hue angle of 336.43º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA1AC is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 161 | 172 | - |
CMYK | 0 | 0.15 | 0.09 | 0.26 |
HSL | 336.43º | 0.18% | 0.69% | - |
HSV(B) | 336.43º | 0.15% | 0.74% | - |
XYZ | 41.18 | 39.29 | 44.44 | - |
YUV | 170.63 | 128.78 | 141.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 161 | 172 | 0 | 0.15 | 0.09 | 0.26 | 336.43 | 0.18 | 0.69 |
Hex | BD | A1 | AC | 0 | F | 9 | 1A | 150 | 12 | 45 |
Octal | 275 | 241 | 254 | 0 | 17 | 11 | 32 | 520 | 22 | 105 |
Binary | 10111101 | 10100001 | 10101100 | 0 | 1111 | 1001 | 11010 | 101010000 | 10010 | 1000101 |
Color Harmonies of #BDA1AC
Complementary color
Monochromatic Colors of #BDA1AC
Black with #BDA1AC
Text Example
Text Example
White with #BDA1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1AC; }
p { color: rgb(189,161,172); }
H1.HeaderClassName
{
color: #BDA1AC;
}
.AnyTagClassName
{
color: #BDA1AC;
}
</style>
background-color css
<style>
a { background-color: #BDA1AC; }
a { background-color: rgb(189,161,172); }
div.DivClassName
{
background-color: #BDA1AC;
}
.BgClassName
{
background-color: #BDA1AC;
}
</style>
border-color css
<style>
span { border-color: #BDA1AC; }
span { border-color: rgb(189,161,172); }
td.TdClassName
{
border-color: #BDA1AC;
}
.TagClassName
{
border-color: #BDA1AC;
}
</style>