Shades of Lily #BB9FAA
Tints of Lily #BB9FAA
RGB
CMYK
RGB Variations
Color information
#BB9FAA (or 0xBB9FAA) is known color: Lily. HEX triplet: BB, 9F and AA. RGB value is (187,159,170). Sum of RGB (Red+Green+Blue) = 187+159+170=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FAA is #446055. Grayscale: #A8A8A8. Windows color (decimal): -4481110 or 11182011. OLE color: 11182011.
HSL color Cylindrical-coordinate representation of color #BB9FAA: hue angle of 336.43º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FAA is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 170 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.27 |
| HSL | 336.43º | 0.17% | 0.68% | - |
| HSV(B) | 336.43º | 0.15% | 0.73% | - |
| XYZ | 40.15 | 38.26 | 43.3 | - |
| YUV | 168.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 170 | 0 | 0.15 | 0.09 | 0.27 | 336.43 | 0.17 | 0.68 |
| Hex | BB | 9F | AA | 0 | F | 9 | 1B | 150 | 11 | 44 |
| Octal | 273 | 237 | 252 | 0 | 17 | 11 | 33 | 520 | 21 | 104 |
| Binary | 10111011 | 10011111 | 10101010 | 0 | 1111 | 1001 | 11011 | 101010000 | 10001 | 1000100 |
Color Harmonies of #BB9FAA
Complementary color
Monochromatic Colors of #BB9FAA
Black with #BB9FAA
Text Example
Text Example
White with #BB9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FAA; }
p { color: rgb(187,159,170); }
H1.HeaderClassName
{
color: #BB9FAA;
}
.AnyTagClassName
{
color: #BB9FAA;
}
</style>
background-color css
<style>
a { background-color: #BB9FAA; }
a { background-color: rgb(187,159,170); }
div.DivClassName
{
background-color: #BB9FAA;
}
.BgClassName
{
background-color: #BB9FAA;
}
</style>
border-color css
<style>
span { border-color: #BB9FAA; }
span { border-color: rgb(187,159,170); }
td.TdClassName
{
border-color: #BB9FAA;
}
.TagClassName
{
border-color: #BB9FAA;
}
</style>