Shades of Lily #BB98B1
Tints of Lily #BB98B1
RGB
CMYK
RGB Variations
Color information
#BB98B1 (or 0xBB98B1) is known color: Lily. HEX triplet: BB, 98 and B1. RGB value is (187,152,177). Sum of RGB (Red+Green+Blue) = 187+152+177=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB98B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB98B1 is #44674E. Grayscale: #A5A5A5. Windows color (decimal): -4482895 or 11638971. OLE color: 11638971.
HSL color Cylindrical-coordinate representation of color #BB98B1: hue angle of 317.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB98B1 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 177 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.27 |
| HSL | 317.14º | 0.2% | 0.66% | - |
| HSV(B) | 317.14º | 0.19% | 0.73% | - |
| XYZ | 39.66 | 36.2 | 46.49 | - |
| YUV | 165.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 177 | 0 | 0.19 | 0.05 | 0.27 | 317.14 | 0.2 | 0.66 |
| Hex | BB | 98 | B1 | 0 | 13 | 5 | 1B | 13D | 14 | 42 |
| Octal | 273 | 230 | 261 | 0 | 23 | 5 | 33 | 475 | 24 | 102 |
| Binary | 10111011 | 10011000 | 10110001 | 0 | 10011 | 101 | 11011 | 100111101 | 10100 | 1000010 |
Color Harmonies of #BB98B1
Complementary color
Monochromatic Colors of #BB98B1
Black with #BB98B1
Text Example
Text Example
White with #BB98B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98B1; }
p { color: rgb(187,152,177); }
H1.HeaderClassName
{
color: #BB98B1;
}
.AnyTagClassName
{
color: #BB98B1;
}
</style>
background-color css
<style>
a { background-color: #BB98B1; }
a { background-color: rgb(187,152,177); }
div.DivClassName
{
background-color: #BB98B1;
}
.BgClassName
{
background-color: #BB98B1;
}
</style>
border-color css
<style>
span { border-color: #BB98B1; }
span { border-color: rgb(187,152,177); }
td.TdClassName
{
border-color: #BB98B1;
}
.TagClassName
{
border-color: #BB98B1;
}
</style>