Shades of Lily #BB99B0
Tints of Lily #BB99B0
RGB
CMYK
RGB Variations
Color information
#BB99B0 (or 0xBB99B0) is known color: Lily. HEX triplet: BB, 99 and B0. RGB value is (187,153,176). Sum of RGB (Red+Green+Blue) = 187+153+176=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB99B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB99B0 is #44664F. Grayscale: #A5A5A5. Windows color (decimal): -4482640 or 11573691. OLE color: 11573691.
HSL color Cylindrical-coordinate representation of color #BB99B0: hue angle of 319.41º 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 #BB99B0 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 176 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.27 |
| HSL | 319.41º | 0.2% | 0.67% | - |
| HSV(B) | 319.41º | 0.18% | 0.73% | - |
| XYZ | 39.72 | 36.48 | 46.02 | - |
| YUV | 165.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 176 | 0 | 0.18 | 0.06 | 0.27 | 319.41 | 0.2 | 0.67 |
| Hex | BB | 99 | B0 | 0 | 12 | 6 | 1B | 13F | 14 | 43 |
| Octal | 273 | 231 | 260 | 0 | 22 | 6 | 33 | 477 | 24 | 103 |
| Binary | 10111011 | 10011001 | 10110000 | 0 | 10010 | 110 | 11011 | 100111111 | 10100 | 1000011 |
Color Harmonies of #BB99B0
Complementary color
Monochromatic Colors of #BB99B0
Black with #BB99B0
Text Example
Text Example
White with #BB99B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99B0; }
p { color: rgb(187,153,176); }
H1.HeaderClassName
{
color: #BB99B0;
}
.AnyTagClassName
{
color: #BB99B0;
}
</style>
background-color css
<style>
a { background-color: #BB99B0; }
a { background-color: rgb(187,153,176); }
div.DivClassName
{
background-color: #BB99B0;
}
.BgClassName
{
background-color: #BB99B0;
}
</style>
border-color css
<style>
span { border-color: #BB99B0; }
span { border-color: rgb(187,153,176); }
td.TdClassName
{
border-color: #BB99B0;
}
.TagClassName
{
border-color: #BB99B0;
}
</style>