Shades of Lily #BDACB4
Tints of Lily #BDACB4
RGB
CMYK
RGB Variations
Color information
#BDACB4 (or 0xBDACB4) is known color: Lily. HEX triplet: BD, AC and B4. RGB value is (189,172,180). Sum of RGB (Red+Green+Blue) = 189+172+180=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACB4 is #42534B. Grayscale: #B1B1B1. Windows color (decimal): -4346700 or 11840701. OLE color: 11840701.
HSL color Cylindrical-coordinate representation of color #BDACB4: hue angle of 331.76º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDACB4 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 180 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.26 |
| HSL | 331.76º | 0.11% | 0.71% | - |
| HSV(B) | 331.76º | 0.09% | 0.74% | - |
| XYZ | 43.98 | 43.62 | 49.28 | - |
| YUV | 178 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 180 | 0 | 0.09 | 0.05 | 0.26 | 331.76 | 0.11 | 0.71 |
| Hex | BD | AC | B4 | 0 | 9 | 5 | 1A | 14C | B | 47 |
| Octal | 275 | 254 | 264 | 0 | 11 | 5 | 32 | 514 | 13 | 107 |
| Binary | 10111101 | 10101100 | 10110100 | 0 | 1001 | 101 | 11010 | 101001100 | 1011 | 1000111 |
Color Harmonies of #BDACB4
Complementary color
Monochromatic Colors of #BDACB4
Black with #BDACB4
Text Example
Text Example
White with #BDACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACB4; }
p { color: rgb(189,172,180); }
H1.HeaderClassName
{
color: #BDACB4;
}
.AnyTagClassName
{
color: #BDACB4;
}
</style>
background-color css
<style>
a { background-color: #BDACB4; }
a { background-color: rgb(189,172,180); }
div.DivClassName
{
background-color: #BDACB4;
}
.BgClassName
{
background-color: #BDACB4;
}
</style>
border-color css
<style>
span { border-color: #BDACB4; }
span { border-color: rgb(189,172,180); }
td.TdClassName
{
border-color: #BDACB4;
}
.TagClassName
{
border-color: #BDACB4;
}
</style>