Shades of Lily #BD9CB4
Tints of Lily #BD9CB4
RGB
CMYK
RGB Variations
Color information
#BD9CB4 (or 0xBD9CB4) is known color: Lily. HEX triplet: BD, 9C and B4. RGB value is (189,156,180). Sum of RGB (Red+Green+Blue) = 189+156+180=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CB4 is #42634B. Grayscale: #A8A8A8. Windows color (decimal): -4350796 or 11836605. OLE color: 11836605.
HSL color Cylindrical-coordinate representation of color #BD9CB4: hue angle of 316.36º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9CB4 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 180 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.26 |
| HSL | 316.36º | 0.2% | 0.68% | - |
| HSV(B) | 316.36º | 0.17% | 0.74% | - |
| XYZ | 41.11 | 37.89 | 48.33 | - |
| YUV | 168.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 180 | 0 | 0.17 | 0.05 | 0.26 | 316.36 | 0.2 | 0.68 |
| Hex | BD | 9C | B4 | 0 | 11 | 5 | 1A | 13C | 14 | 44 |
| Octal | 275 | 234 | 264 | 0 | 21 | 5 | 32 | 474 | 24 | 104 |
| Binary | 10111101 | 10011100 | 10110100 | 0 | 10001 | 101 | 11010 | 100111100 | 10100 | 1000100 |
Color Harmonies of #BD9CB4
Complementary color
Monochromatic Colors of #BD9CB4
Black with #BD9CB4
Text Example
Text Example
White with #BD9CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CB4; }
p { color: rgb(189,156,180); }
H1.HeaderClassName
{
color: #BD9CB4;
}
.AnyTagClassName
{
color: #BD9CB4;
}
</style>
background-color css
<style>
a { background-color: #BD9CB4; }
a { background-color: rgb(189,156,180); }
div.DivClassName
{
background-color: #BD9CB4;
}
.BgClassName
{
background-color: #BD9CB4;
}
</style>
border-color css
<style>
span { border-color: #BD9CB4; }
span { border-color: rgb(189,156,180); }
td.TdClassName
{
border-color: #BD9CB4;
}
.TagClassName
{
border-color: #BD9CB4;
}
</style>