Shades of Lily #BD9AB2
Tints of Lily #BD9AB2
RGB
CMYK
RGB Variations
Color information
#BD9AB2 (or 0xBD9AB2) is known color: Lily. HEX triplet: BD, 9A and B2. RGB value is (189,154,178). Sum of RGB (Red+Green+Blue) = 189+154+178=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9AB2 is #42654D. Grayscale: #A7A7A7. Windows color (decimal): -4351310 or 11705021. OLE color: 11705021.
HSL color Cylindrical-coordinate representation of color #BD9AB2: hue angle of 318.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9AB2 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 178 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.26 |
| HSL | 318.86º | 0.21% | 0.67% | - |
| HSV(B) | 318.86º | 0.19% | 0.74% | - |
| XYZ | 40.58 | 37.14 | 47.15 | - |
| YUV | 167.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 178 | 0 | 0.19 | 0.06 | 0.26 | 318.86 | 0.21 | 0.67 |
| Hex | BD | 9A | B2 | 0 | 13 | 6 | 1A | 13F | 15 | 43 |
| Octal | 275 | 232 | 262 | 0 | 23 | 6 | 32 | 477 | 25 | 103 |
| Binary | 10111101 | 10011010 | 10110010 | 0 | 10011 | 110 | 11010 | 100111111 | 10101 | 1000011 |
Color Harmonies of #BD9AB2
Complementary color
Monochromatic Colors of #BD9AB2
Black with #BD9AB2
Text Example
Text Example
White with #BD9AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9AB2; }
p { color: rgb(189,154,178); }
H1.HeaderClassName
{
color: #BD9AB2;
}
.AnyTagClassName
{
color: #BD9AB2;
}
</style>
background-color css
<style>
a { background-color: #BD9AB2; }
a { background-color: rgb(189,154,178); }
div.DivClassName
{
background-color: #BD9AB2;
}
.BgClassName
{
background-color: #BD9AB2;
}
</style>
border-color css
<style>
span { border-color: #BD9AB2; }
span { border-color: rgb(189,154,178); }
td.TdClassName
{
border-color: #BD9AB2;
}
.TagClassName
{
border-color: #BD9AB2;
}
</style>