Shades of Lily #BDAAB3
Tints of Lily #BDAAB3
RGB
CMYK
RGB Variations
Color information
#BDAAB3 (or 0xBDAAB3) is known color: Lily. HEX triplet: BD, AA and B3. RGB value is (189,170,179). Sum of RGB (Red+Green+Blue) = 189+170+179=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAAB3 is #42554C. Grayscale: #B0B0B0. Windows color (decimal): -4347213 or 11774653. OLE color: 11774653.
HSL color Cylindrical-coordinate representation of color #BDAAB3: hue angle of 331.58º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDAAB3 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 179 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.26 |
| HSL | 331.58º | 0.13% | 0.7% | - |
| HSV(B) | 331.58º | 0.1% | 0.74% | - |
| XYZ | 43.5 | 42.82 | 48.62 | - |
| YUV | 176.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 179 | 0 | 0.10 | 0.05 | 0.26 | 331.58 | 0.13 | 0.7 |
| Hex | BD | AA | B3 | 0 | A | 5 | 1A | 14C | D | 46 |
| Octal | 275 | 252 | 263 | 0 | 12 | 5 | 32 | 514 | 15 | 106 |
| Binary | 10111101 | 10101010 | 10110011 | 0 | 1010 | 101 | 11010 | 101001100 | 1101 | 1000110 |
Color Harmonies of #BDAAB3
Complementary color
Monochromatic Colors of #BDAAB3
Black with #BDAAB3
Text Example
Text Example
White with #BDAAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAB3; }
p { color: rgb(189,170,179); }
H1.HeaderClassName
{
color: #BDAAB3;
}
.AnyTagClassName
{
color: #BDAAB3;
}
</style>
background-color css
<style>
a { background-color: #BDAAB3; }
a { background-color: rgb(189,170,179); }
div.DivClassName
{
background-color: #BDAAB3;
}
.BgClassName
{
background-color: #BDAAB3;
}
</style>
border-color css
<style>
span { border-color: #BDAAB3; }
span { border-color: rgb(189,170,179); }
td.TdClassName
{
border-color: #BDAAB3;
}
.TagClassName
{
border-color: #BDAAB3;
}
</style>