Shades of Lily #BDA2AF
Tints of Lily #BDA2AF
RGB
CMYK
RGB Variations
Color information
#BDA2AF (or 0xBDA2AF) is known color: Lily. HEX triplet: BD, A2 and AF. RGB value is (189,162,175). Sum of RGB (Red+Green+Blue) = 189+162+175=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA2AF is #425D50. Grayscale: #ABABAB. Windows color (decimal): -4349265 or 11510461. OLE color: 11510461.
HSL color Cylindrical-coordinate representation of color #BDA2AF: hue angle of 331.11º 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 #BDA2AF is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 162 | 175 | - |
CMYK | 0 | 0.14 | 0.07 | 0.26 |
HSL | 331.11º | 0.17% | 0.69% | - |
HSV(B) | 331.11º | 0.14% | 0.74% | - |
XYZ | 41.64 | 39.75 | 46.04 | - |
YUV | 171.56 | 129.95 | 140.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 162 | 175 | 0 | 0.14 | 0.07 | 0.26 | 331.11 | 0.17 | 0.69 |
Hex | BD | A2 | AF | 0 | E | 7 | 1A | 14B | 11 | 45 |
Octal | 275 | 242 | 257 | 0 | 16 | 7 | 32 | 513 | 21 | 105 |
Binary | 10111101 | 10100010 | 10101111 | 0 | 1110 | 111 | 11010 | 101001011 | 10001 | 1000101 |
Color Harmonies of #BDA2AF
Complementary color
Monochromatic Colors of #BDA2AF
Black with #BDA2AF
Text Example
Text Example
White with #BDA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2AF; }
p { color: rgb(189,162,175); }
H1.HeaderClassName
{
color: #BDA2AF;
}
.AnyTagClassName
{
color: #BDA2AF;
}
</style>
background-color css
<style>
a { background-color: #BDA2AF; }
a { background-color: rgb(189,162,175); }
div.DivClassName
{
background-color: #BDA2AF;
}
.BgClassName
{
background-color: #BDA2AF;
}
</style>
border-color css
<style>
span { border-color: #BDA2AF; }
span { border-color: rgb(189,162,175); }
td.TdClassName
{
border-color: #BDA2AF;
}
.TagClassName
{
border-color: #BDA2AF;
}
</style>