Shades of Lily #BB98A8
Tints of Lily #BB98A8
RGB
CMYK
RGB Variations
Color information
#BB98A8 (or 0xBB98A8) is known color: Lily. HEX triplet: BB, 98 and A8. RGB value is (187,152,168). Sum of RGB (Red+Green+Blue) = 187+152+168=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BB98A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB98A8 is #446757. Grayscale: #A4A4A4. Windows color (decimal): -4482904 or 11049147. OLE color: 11049147.
HSL color Cylindrical-coordinate representation of color #BB98A8: hue angle of 332.57º 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 #BB98A8 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 168 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.27 |
| HSL | 332.57º | 0.2% | 0.66% | - |
| HSV(B) | 332.57º | 0.19% | 0.73% | - |
| XYZ | 38.79 | 35.85 | 41.92 | - |
| YUV | 164.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 168 | 0 | 0.19 | 0.10 | 0.27 | 332.57 | 0.2 | 0.66 |
| Hex | BB | 98 | A8 | 0 | 13 | A | 1B | 14D | 14 | 42 |
| Octal | 273 | 230 | 250 | 0 | 23 | 12 | 33 | 515 | 24 | 102 |
| Binary | 10111011 | 10011000 | 10101000 | 0 | 10011 | 1010 | 11011 | 101001101 | 10100 | 1000010 |
Color Harmonies of #BB98A8
Complementary color
Monochromatic Colors of #BB98A8
Black with #BB98A8
Text Example
Text Example
White with #BB98A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98A8; }
p { color: rgb(187,152,168); }
H1.HeaderClassName
{
color: #BB98A8;
}
.AnyTagClassName
{
color: #BB98A8;
}
</style>
background-color css
<style>
a { background-color: #BB98A8; }
a { background-color: rgb(187,152,168); }
div.DivClassName
{
background-color: #BB98A8;
}
.BgClassName
{
background-color: #BB98A8;
}
</style>
border-color css
<style>
span { border-color: #BB98A8; }
span { border-color: rgb(187,152,168); }
td.TdClassName
{
border-color: #BB98A8;
}
.TagClassName
{
border-color: #BB98A8;
}
</style>