Shades of Lily #BD98B3
Tints of Lily #BD98B3
RGB
CMYK
RGB Variations
Color information
#BD98B3 (or 0xBD98B3) is known color: Lily. HEX triplet: BD, 98 and B3. RGB value is (189,152,179). Sum of RGB (Red+Green+Blue) = 189+152+179=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BD98B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98B3 is #42674C. Grayscale: #A6A6A6. Windows color (decimal): -4351821 or 11770045. OLE color: 11770045.
HSL color Cylindrical-coordinate representation of color #BD98B3: hue angle of 316.22º 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 #BD98B3 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 179 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.26 |
| HSL | 316.22º | 0.22% | 0.67% | - |
| HSV(B) | 316.22º | 0.2% | 0.74% | - |
| XYZ | 40.35 | 36.53 | 47.57 | - |
| YUV | 166.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 179 | 0 | 0.20 | 0.05 | 0.26 | 316.22 | 0.22 | 0.67 |
| Hex | BD | 98 | B3 | 0 | 14 | 5 | 1A | 13C | 16 | 43 |
| Octal | 275 | 230 | 263 | 0 | 24 | 5 | 32 | 474 | 26 | 103 |
| Binary | 10111101 | 10011000 | 10110011 | 0 | 10100 | 101 | 11010 | 100111100 | 10110 | 1000011 |
Color Harmonies of #BD98B3
Complementary color
Monochromatic Colors of #BD98B3
Black with #BD98B3
Text Example
Text Example
White with #BD98B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98B3; }
p { color: rgb(189,152,179); }
H1.HeaderClassName
{
color: #BD98B3;
}
.AnyTagClassName
{
color: #BD98B3;
}
</style>
background-color css
<style>
a { background-color: #BD98B3; }
a { background-color: rgb(189,152,179); }
div.DivClassName
{
background-color: #BD98B3;
}
.BgClassName
{
background-color: #BD98B3;
}
</style>
border-color css
<style>
span { border-color: #BD98B3; }
span { border-color: rgb(189,152,179); }
td.TdClassName
{
border-color: #BD98B3;
}
.TagClassName
{
border-color: #BD98B3;
}
</style>