Shades of Lily #BD86A9
Tints of Lily #BD86A9
RGB
CMYK
RGB Variations
Color information
#BD86A9 (or 0xBD86A9) is known color: Lily. HEX triplet: BD, 86 and A9. RGB value is (189,134,169). Sum of RGB (Red+Green+Blue) = 189+134+169=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD86A9 is #427956. Grayscale: #9A9A9A. Windows color (decimal): -4356439 or 11110077. OLE color: 11110077.
HSL color Cylindrical-coordinate representation of color #BD86A9: hue angle of 321.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD86A9 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 169 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.26 |
| HSL | 321.82º | 0.29% | 0.63% | - |
| HSV(B) | 321.82º | 0.29% | 0.74% | - |
| XYZ | 36.67 | 30.73 | 41.54 | - |
| YUV | 154.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 169 | 0 | 0.29 | 0.11 | 0.26 | 321.82 | 0.29 | 0.63 |
| Hex | BD | 86 | A9 | 0 | 1D | B | 1A | 142 | 1D | 3F |
| Octal | 275 | 206 | 251 | 0 | 35 | 13 | 32 | 502 | 35 | 77 |
| Binary | 10111101 | 10000110 | 10101001 | 0 | 11101 | 1011 | 11010 | 101000010 | 11101 | 111111 |
Color Harmonies of #BD86A9
Complementary color
Monochromatic Colors of #BD86A9
Black with #BD86A9
Text Example
Text Example
White with #BD86A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86A9; }
p { color: rgb(189,134,169); }
H1.HeaderClassName
{
color: #BD86A9;
}
.AnyTagClassName
{
color: #BD86A9;
}
</style>
background-color css
<style>
a { background-color: #BD86A9; }
a { background-color: rgb(189,134,169); }
div.DivClassName
{
background-color: #BD86A9;
}
.BgClassName
{
background-color: #BD86A9;
}
</style>
border-color css
<style>
span { border-color: #BD86A9; }
span { border-color: rgb(189,134,169); }
td.TdClassName
{
border-color: #BD86A9;
}
.TagClassName
{
border-color: #BD86A9;
}
</style>