Shades of Lily #BB99A8
Tints of Lily #BB99A8
RGB
CMYK
RGB Variations
Color information
#BB99A8 (or 0xBB99A8) is known color: Lily. HEX triplet: BB, 99 and A8. RGB value is (187,153,168). Sum of RGB (Red+Green+Blue) = 187+153+168=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BB99A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB99A8 is #446657. Grayscale: #A4A4A4. Windows color (decimal): -4482648 or 11049403. OLE color: 11049403.
HSL color Cylindrical-coordinate representation of color #BB99A8: hue angle of 333.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB99A8 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 168 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.27 |
| HSL | 333.53º | 0.2% | 0.67% | - |
| HSV(B) | 333.53º | 0.18% | 0.73% | - |
| XYZ | 38.95 | 36.17 | 41.98 | - |
| YUV | 164.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 168 | 0 | 0.18 | 0.10 | 0.27 | 333.53 | 0.2 | 0.67 |
| Hex | BB | 99 | A8 | 0 | 12 | A | 1B | 14E | 14 | 43 |
| Octal | 273 | 231 | 250 | 0 | 22 | 12 | 33 | 516 | 24 | 103 |
| Binary | 10111011 | 10011001 | 10101000 | 0 | 10010 | 1010 | 11011 | 101001110 | 10100 | 1000011 |
Color Harmonies of #BB99A8
Complementary color
Monochromatic Colors of #BB99A8
Black with #BB99A8
Text Example
Text Example
White with #BB99A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99A8; }
p { color: rgb(187,153,168); }
H1.HeaderClassName
{
color: #BB99A8;
}
.AnyTagClassName
{
color: #BB99A8;
}
</style>
background-color css
<style>
a { background-color: #BB99A8; }
a { background-color: rgb(187,153,168); }
div.DivClassName
{
background-color: #BB99A8;
}
.BgClassName
{
background-color: #BB99A8;
}
</style>
border-color css
<style>
span { border-color: #BB99A8; }
span { border-color: rgb(187,153,168); }
td.TdClassName
{
border-color: #BB99A8;
}
.TagClassName
{
border-color: #BB99A8;
}
</style>