Shades of Lily #BB98B0
Tints of Lily #BB98B0
RGB
CMYK
RGB Variations
Color information
#BB98B0 (or 0xBB98B0) is known color: Lily. HEX triplet: BB, 98 and B0. RGB value is (187,152,176). Sum of RGB (Red+Green+Blue) = 187+152+176=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BB98B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB98B0 is #44674F. Grayscale: #A5A5A5. Windows color (decimal): -4482896 or 11573435. OLE color: 11573435.
HSL color Cylindrical-coordinate representation of color #BB98B0: hue angle of 318.86º 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 #BB98B0 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 176 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.27 |
| HSL | 318.86º | 0.2% | 0.66% | - |
| HSV(B) | 318.86º | 0.19% | 0.73% | - |
| XYZ | 39.56 | 36.16 | 45.97 | - |
| YUV | 165.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 176 | 0 | 0.19 | 0.06 | 0.27 | 318.86 | 0.2 | 0.66 |
| Hex | BB | 98 | B0 | 0 | 13 | 6 | 1B | 13F | 14 | 42 |
| Octal | 273 | 230 | 260 | 0 | 23 | 6 | 33 | 477 | 24 | 102 |
| Binary | 10111011 | 10011000 | 10110000 | 0 | 10011 | 110 | 11011 | 100111111 | 10100 | 1000010 |
Color Harmonies of #BB98B0
Complementary color
Monochromatic Colors of #BB98B0
Black with #BB98B0
Text Example
Text Example
White with #BB98B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98B0; }
p { color: rgb(187,152,176); }
H1.HeaderClassName
{
color: #BB98B0;
}
.AnyTagClassName
{
color: #BB98B0;
}
</style>
background-color css
<style>
a { background-color: #BB98B0; }
a { background-color: rgb(187,152,176); }
div.DivClassName
{
background-color: #BB98B0;
}
.BgClassName
{
background-color: #BB98B0;
}
</style>
border-color css
<style>
span { border-color: #BB98B0; }
span { border-color: rgb(187,152,176); }
td.TdClassName
{
border-color: #BB98B0;
}
.TagClassName
{
border-color: #BB98B0;
}
</style>