Shades of Lily #BB92AA
Tints of Lily #BB92AA
RGB
CMYK
RGB Variations
Color information
#BB92AA (or 0xBB92AA) is known color: Lily. HEX triplet: BB, 92 and AA. RGB value is (187,146,170). Sum of RGB (Red+Green+Blue) = 187+146+170=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB92AA is #446D55. Grayscale: #A0A0A0. Windows color (decimal): -4484438 or 11178683. OLE color: 11178683.
HSL color Cylindrical-coordinate representation of color #BB92AA: hue angle of 324.88º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB92AA is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 170 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.27 |
| HSL | 324.88º | 0.23% | 0.65% | - |
| HSV(B) | 324.88º | 0.22% | 0.73% | - |
| XYZ | 38.03 | 34.02 | 42.59 | - |
| YUV | 161 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 170 | 0 | 0.22 | 0.09 | 0.27 | 324.88 | 0.23 | 0.65 |
| Hex | BB | 92 | AA | 0 | 16 | 9 | 1B | 145 | 17 | 41 |
| Octal | 273 | 222 | 252 | 0 | 26 | 11 | 33 | 505 | 27 | 101 |
| Binary | 10111011 | 10010010 | 10101010 | 0 | 10110 | 1001 | 11011 | 101000101 | 10111 | 1000001 |
Color Harmonies of #BB92AA
Complementary color
Monochromatic Colors of #BB92AA
Black with #BB92AA
Text Example
Text Example
White with #BB92AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92AA; }
p { color: rgb(187,146,170); }
H1.HeaderClassName
{
color: #BB92AA;
}
.AnyTagClassName
{
color: #BB92AA;
}
</style>
background-color css
<style>
a { background-color: #BB92AA; }
a { background-color: rgb(187,146,170); }
div.DivClassName
{
background-color: #BB92AA;
}
.BgClassName
{
background-color: #BB92AA;
}
</style>
border-color css
<style>
span { border-color: #BB92AA; }
span { border-color: rgb(187,146,170); }
td.TdClassName
{
border-color: #BB92AA;
}
.TagClassName
{
border-color: #BB92AA;
}
</style>