Shades of Lily #BB9AAF
Tints of Lily #BB9AAF
RGB
CMYK
RGB Variations
Color information
#BB9AAF (or 0xBB9AAF) is known color: Lily. HEX triplet: BB, 9A and AF. RGB value is (187,154,175). Sum of RGB (Red+Green+Blue) = 187+154+175=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9AAF is #446550. Grayscale: #A6A6A6. Windows color (decimal): -4482385 or 11508411. OLE color: 11508411.
HSL color Cylindrical-coordinate representation of color #BB9AAF: hue angle of 321.82º 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 #BB9AAF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 175 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.27 |
| HSL | 321.82º | 0.2% | 0.67% | - |
| HSV(B) | 321.82º | 0.18% | 0.73% | - |
| XYZ | 39.79 | 36.77 | 45.56 | - |
| YUV | 166.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 175 | 0 | 0.18 | 0.06 | 0.27 | 321.82 | 0.2 | 0.67 |
| Hex | BB | 9A | AF | 0 | 12 | 6 | 1B | 142 | 14 | 43 |
| Octal | 273 | 232 | 257 | 0 | 22 | 6 | 33 | 502 | 24 | 103 |
| Binary | 10111011 | 10011010 | 10101111 | 0 | 10010 | 110 | 11011 | 101000010 | 10100 | 1000011 |
Color Harmonies of #BB9AAF
Complementary color
Monochromatic Colors of #BB9AAF
Black with #BB9AAF
Text Example
Text Example
White with #BB9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9AAF; }
p { color: rgb(187,154,175); }
H1.HeaderClassName
{
color: #BB9AAF;
}
.AnyTagClassName
{
color: #BB9AAF;
}
</style>
background-color css
<style>
a { background-color: #BB9AAF; }
a { background-color: rgb(187,154,175); }
div.DivClassName
{
background-color: #BB9AAF;
}
.BgClassName
{
background-color: #BB9AAF;
}
</style>
border-color css
<style>
span { border-color: #BB9AAF; }
span { border-color: rgb(187,154,175); }
td.TdClassName
{
border-color: #BB9AAF;
}
.TagClassName
{
border-color: #BB9AAF;
}
</style>