Shades of Lily #BDA0B6
Tints of Lily #BDA0B6
RGB
CMYK
RGB Variations
Color information
#BDA0B6 (or 0xBDA0B6) is known color: Lily. HEX triplet: BD, A0 and B6. RGB value is (189,160,182). Sum of RGB (Red+Green+Blue) = 189+160+182=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0B6 is #425F49. Grayscale: #ABABAB. Windows color (decimal): -4349770 or 11968701. OLE color: 11968701.
HSL color Cylindrical-coordinate representation of color #BDA0B6: hue angle of 314.48º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA0B6 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 182 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.26 |
| HSL | 314.48º | 0.18% | 0.68% | - |
| HSV(B) | 314.48º | 0.15% | 0.74% | - |
| XYZ | 42 | 39.34 | 49.64 | - |
| YUV | 171.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 182 | 0 | 0.15 | 0.04 | 0.26 | 314.48 | 0.18 | 0.68 |
| Hex | BD | A0 | B6 | 0 | F | 4 | 1A | 13A | 12 | 44 |
| Octal | 275 | 240 | 266 | 0 | 17 | 4 | 32 | 472 | 22 | 104 |
| Binary | 10111101 | 10100000 | 10110110 | 0 | 1111 | 100 | 11010 | 100111010 | 10010 | 1000100 |
Color Harmonies of #BDA0B6
Complementary color
Monochromatic Colors of #BDA0B6
Black with #BDA0B6
Text Example
Text Example
White with #BDA0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0B6; }
p { color: rgb(189,160,182); }
H1.HeaderClassName
{
color: #BDA0B6;
}
.AnyTagClassName
{
color: #BDA0B6;
}
</style>
background-color css
<style>
a { background-color: #BDA0B6; }
a { background-color: rgb(189,160,182); }
div.DivClassName
{
background-color: #BDA0B6;
}
.BgClassName
{
background-color: #BDA0B6;
}
</style>
border-color css
<style>
span { border-color: #BDA0B6; }
span { border-color: rgb(189,160,182); }
td.TdClassName
{
border-color: #BDA0B6;
}
.TagClassName
{
border-color: #BDA0B6;
}
</style>