Shades of Lily #BD98B0
Tints of Lily #BD98B0
RGB
CMYK
RGB Variations
Color information
#BD98B0 (or 0xBD98B0) is known color: Lily. HEX triplet: BD, 98 and B0. RGB value is (189,152,176). Sum of RGB (Red+Green+Blue) = 189+152+176=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BD98B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD98B0 is #42674F. Grayscale: #A5A5A5. Windows color (decimal): -4351824 or 11573437. OLE color: 11573437.
HSL color Cylindrical-coordinate representation of color #BD98B0: hue angle of 321.08º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD98B0 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 176 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.26 |
| HSL | 321.08º | 0.22% | 0.67% | - |
| HSV(B) | 321.08º | 0.2% | 0.74% | - |
| XYZ | 40.05 | 36.41 | 45.99 | - |
| YUV | 165.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 176 | 0 | 0.20 | 0.07 | 0.26 | 321.08 | 0.22 | 0.67 |
| Hex | BD | 98 | B0 | 0 | 14 | 7 | 1A | 141 | 16 | 43 |
| Octal | 275 | 230 | 260 | 0 | 24 | 7 | 32 | 501 | 26 | 103 |
| Binary | 10111101 | 10011000 | 10110000 | 0 | 10100 | 111 | 11010 | 101000001 | 10110 | 1000011 |
Color Harmonies of #BD98B0
Complementary color
Monochromatic Colors of #BD98B0
Black with #BD98B0
Text Example
Text Example
White with #BD98B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98B0; }
p { color: rgb(189,152,176); }
H1.HeaderClassName
{
color: #BD98B0;
}
.AnyTagClassName
{
color: #BD98B0;
}
</style>
background-color css
<style>
a { background-color: #BD98B0; }
a { background-color: rgb(189,152,176); }
div.DivClassName
{
background-color: #BD98B0;
}
.BgClassName
{
background-color: #BD98B0;
}
</style>
border-color css
<style>
span { border-color: #BD98B0; }
span { border-color: rgb(189,152,176); }
td.TdClassName
{
border-color: #BD98B0;
}
.TagClassName
{
border-color: #BD98B0;
}
</style>