Shades of Lily #BDA2B6
Tints of Lily #BDA2B6
RGB
CMYK
RGB Variations
Color information
#BDA2B6 (or 0xBDA2B6) is known color: Lily. HEX triplet: BD, A2 and B6. RGB value is (189,162,182). Sum of RGB (Red+Green+Blue) = 189+162+182=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2B6 is #425D49. Grayscale: #ACACAC. Windows color (decimal): -4349258 or 11969213. OLE color: 11969213.
HSL color Cylindrical-coordinate representation of color #BDA2B6: hue angle of 315.56º 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 #BDA2B6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 182 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.26 |
| HSL | 315.56º | 0.17% | 0.69% | - |
| HSV(B) | 315.56º | 0.14% | 0.74% | - |
| XYZ | 42.35 | 40.04 | 49.75 | - |
| YUV | 172.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 182 | 0 | 0.14 | 0.04 | 0.26 | 315.56 | 0.17 | 0.69 |
| Hex | BD | A2 | B6 | 0 | E | 4 | 1A | 13C | 11 | 45 |
| Octal | 275 | 242 | 266 | 0 | 16 | 4 | 32 | 474 | 21 | 105 |
| Binary | 10111101 | 10100010 | 10110110 | 0 | 1110 | 100 | 11010 | 100111100 | 10001 | 1000101 |
Color Harmonies of #BDA2B6
Complementary color
Monochromatic Colors of #BDA2B6
Black with #BDA2B6
Text Example
Text Example
White with #BDA2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2B6; }
p { color: rgb(189,162,182); }
H1.HeaderClassName
{
color: #BDA2B6;
}
.AnyTagClassName
{
color: #BDA2B6;
}
</style>
background-color css
<style>
a { background-color: #BDA2B6; }
a { background-color: rgb(189,162,182); }
div.DivClassName
{
background-color: #BDA2B6;
}
.BgClassName
{
background-color: #BDA2B6;
}
</style>
border-color css
<style>
span { border-color: #BDA2B6; }
span { border-color: rgb(189,162,182); }
td.TdClassName
{
border-color: #BDA2B6;
}
.TagClassName
{
border-color: #BDA2B6;
}
</style>