Shades of Lily #BDA2AC
Tints of Lily #BDA2AC
RGB
CMYK
RGB Variations
Color information
#BDA2AC (or 0xBDA2AC) is known color: Lily. HEX triplet: BD, A2 and AC. RGB value is (189,162,172). Sum of RGB (Red+Green+Blue) = 189+162+172=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA2AC is #425D53. Grayscale: #ABABAB. Windows color (decimal): -4349268 or 11313853. OLE color: 11313853.
HSL color Cylindrical-coordinate representation of color #BDA2AC: hue angle of 337.78º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA2AC is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 162 | 172 | - |
CMYK | 0 | 0.14 | 0.09 | 0.26 |
HSL | 337.78º | 0.17% | 0.69% | - |
HSV(B) | 337.78º | 0.14% | 0.74% | - |
XYZ | 41.35 | 39.64 | 44.5 | - |
YUV | 171.21 | 128.45 | 140.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 162 | 172 | 0 | 0.14 | 0.09 | 0.26 | 337.78 | 0.17 | 0.69 |
Hex | BD | A2 | AC | 0 | E | 9 | 1A | 152 | 11 | 45 |
Octal | 275 | 242 | 254 | 0 | 16 | 11 | 32 | 522 | 21 | 105 |
Binary | 10111101 | 10100010 | 10101100 | 0 | 1110 | 1001 | 11010 | 101010010 | 10001 | 1000101 |
Color Harmonies of #BDA2AC
Complementary color
Monochromatic Colors of #BDA2AC
Black with #BDA2AC
Text Example
Text Example
White with #BDA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2AC; }
p { color: rgb(189,162,172); }
H1.HeaderClassName
{
color: #BDA2AC;
}
.AnyTagClassName
{
color: #BDA2AC;
}
</style>
background-color css
<style>
a { background-color: #BDA2AC; }
a { background-color: rgb(189,162,172); }
div.DivClassName
{
background-color: #BDA2AC;
}
.BgClassName
{
background-color: #BDA2AC;
}
</style>
border-color css
<style>
span { border-color: #BDA2AC; }
span { border-color: rgb(189,162,172); }
td.TdClassName
{
border-color: #BDA2AC;
}
.TagClassName
{
border-color: #BDA2AC;
}
</style>