Shades of Lily #BDA2AB
Tints of Lily #BDA2AB
RGB
CMYK
RGB Variations
Color information
#BDA2AB (or 0xBDA2AB) is known color: Lily. HEX triplet: BD, A2 and AB. RGB value is (189,162,171). Sum of RGB (Red+Green+Blue) = 189+162+171=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA2AB is #425D54. Grayscale: #ABABAB. Windows color (decimal): -4349269 or 11248317. OLE color: 11248317.
HSL color Cylindrical-coordinate representation of color #BDA2AB: hue angle of 340º 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 #BDA2AB is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 162 | 171 | - |
CMYK | 0 | 0.14 | 0.10 | 0.26 |
HSL | 340º | 0.17% | 0.69% | - |
HSV(B) | 340º | 0.14% | 0.74% | - |
XYZ | 41.26 | 39.6 | 44 | - |
YUV | 171.1 | 127.95 | 140.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 162 | 171 | 0 | 0.14 | 0.10 | 0.26 | 340 | 0.17 | 0.69 |
Hex | BD | A2 | AB | 0 | E | A | 1A | 154 | 11 | 45 |
Octal | 275 | 242 | 253 | 0 | 16 | 12 | 32 | 524 | 21 | 105 |
Binary | 10111101 | 10100010 | 10101011 | 0 | 1110 | 1010 | 11010 | 101010100 | 10001 | 1000101 |
Color Harmonies of #BDA2AB
Complementary color
Monochromatic Colors of #BDA2AB
Black with #BDA2AB
Text Example
Text Example
White with #BDA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2AB; }
p { color: rgb(189,162,171); }
H1.HeaderClassName
{
color: #BDA2AB;
}
.AnyTagClassName
{
color: #BDA2AB;
}
</style>
background-color css
<style>
a { background-color: #BDA2AB; }
a { background-color: rgb(189,162,171); }
div.DivClassName
{
background-color: #BDA2AB;
}
.BgClassName
{
background-color: #BDA2AB;
}
</style>
border-color css
<style>
span { border-color: #BDA2AB; }
span { border-color: rgb(189,162,171); }
td.TdClassName
{
border-color: #BDA2AB;
}
.TagClassName
{
border-color: #BDA2AB;
}
</style>