Shades of Lily #BDACB6
Tints of Lily #BDACB6
RGB
CMYK
RGB Variations
Color information
#BDACB6 (or 0xBDACB6) is known color: Lily. HEX triplet: BD, AC and B6. RGB value is (189,172,182). Sum of RGB (Red+Green+Blue) = 189+172+182=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACB6 is #425349. Grayscale: #B2B2B2. Windows color (decimal): -4346698 or 11971773. OLE color: 11971773.
HSL color Cylindrical-coordinate representation of color #BDACB6: hue angle of 324.71º 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 #BDACB6 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 182 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.26 |
| HSL | 324.71º | 0.11% | 0.71% | - |
| HSV(B) | 324.71º | 0.09% | 0.74% | - |
| XYZ | 44.18 | 43.7 | 50.36 | - |
| YUV | 178.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 182 | 0 | 0.09 | 0.04 | 0.26 | 324.71 | 0.11 | 0.71 |
| Hex | BD | AC | B6 | 0 | 9 | 4 | 1A | 145 | B | 47 |
| Octal | 275 | 254 | 266 | 0 | 11 | 4 | 32 | 505 | 13 | 107 |
| Binary | 10111101 | 10101100 | 10110110 | 0 | 1001 | 100 | 11010 | 101000101 | 1011 | 1000111 |
Color Harmonies of #BDACB6
Complementary color
Monochromatic Colors of #BDACB6
Black with #BDACB6
Text Example
Text Example
White with #BDACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACB6; }
p { color: rgb(189,172,182); }
H1.HeaderClassName
{
color: #BDACB6;
}
.AnyTagClassName
{
color: #BDACB6;
}
</style>
background-color css
<style>
a { background-color: #BDACB6; }
a { background-color: rgb(189,172,182); }
div.DivClassName
{
background-color: #BDACB6;
}
.BgClassName
{
background-color: #BDACB6;
}
</style>
border-color css
<style>
span { border-color: #BDACB6; }
span { border-color: rgb(189,172,182); }
td.TdClassName
{
border-color: #BDACB6;
}
.TagClassName
{
border-color: #BDACB6;
}
</style>