Shades of Lily #BDAAB4
Tints of Lily #BDAAB4
RGB
CMYK
RGB Variations
Color information
#BDAAB4 (or 0xBDAAB4) is known color: Lily. HEX triplet: BD, AA and B4. RGB value is (189,170,180). Sum of RGB (Red+Green+Blue) = 189+170+180=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAAB4 is #42554B. Grayscale: #B0B0B0. Windows color (decimal): -4347212 or 11840189. OLE color: 11840189.
HSL color Cylindrical-coordinate representation of color #BDAAB4: hue angle of 328.42º 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 #BDAAB4 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 180 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.26 |
| HSL | 328.42º | 0.13% | 0.7% | - |
| HSV(B) | 328.42º | 0.1% | 0.74% | - |
| XYZ | 43.6 | 42.86 | 49.16 | - |
| YUV | 176.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 180 | 0 | 0.10 | 0.05 | 0.26 | 328.42 | 0.13 | 0.7 |
| Hex | BD | AA | B4 | 0 | A | 5 | 1A | 148 | D | 46 |
| Octal | 275 | 252 | 264 | 0 | 12 | 5 | 32 | 510 | 15 | 106 |
| Binary | 10111101 | 10101010 | 10110100 | 0 | 1010 | 101 | 11010 | 101001000 | 1101 | 1000110 |
Color Harmonies of #BDAAB4
Complementary color
Monochromatic Colors of #BDAAB4
Black with #BDAAB4
Text Example
Text Example
White with #BDAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAB4; }
p { color: rgb(189,170,180); }
H1.HeaderClassName
{
color: #BDAAB4;
}
.AnyTagClassName
{
color: #BDAAB4;
}
</style>
background-color css
<style>
a { background-color: #BDAAB4; }
a { background-color: rgb(189,170,180); }
div.DivClassName
{
background-color: #BDAAB4;
}
.BgClassName
{
background-color: #BDAAB4;
}
</style>
border-color css
<style>
span { border-color: #BDAAB4; }
span { border-color: rgb(189,170,180); }
td.TdClassName
{
border-color: #BDAAB4;
}
.TagClassName
{
border-color: #BDAAB4;
}
</style>