Shades of Lily #BB9AAB
Tints of Lily #BB9AAB
RGB
CMYK
RGB Variations
Color information
#BB9AAB (or 0xBB9AAB) is known color: Lily. HEX triplet: BB, 9A and AB. RGB value is (187,154,171). Sum of RGB (Red+Green+Blue) = 187+154+171=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9AAB is #446554. Grayscale: #A5A5A5. Windows color (decimal): -4482389 or 11246267. OLE color: 11246267.
HSL color Cylindrical-coordinate representation of color #BB9AAB: hue angle of 329.09º 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 #BB9AAB is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 171 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.27 |
| HSL | 329.09º | 0.2% | 0.67% | - |
| HSV(B) | 329.09º | 0.18% | 0.73% | - |
| XYZ | 39.4 | 36.62 | 43.52 | - |
| YUV | 165.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 171 | 0 | 0.18 | 0.09 | 0.27 | 329.09 | 0.2 | 0.67 |
| Hex | BB | 9A | AB | 0 | 12 | 9 | 1B | 149 | 14 | 43 |
| Octal | 273 | 232 | 253 | 0 | 22 | 11 | 33 | 511 | 24 | 103 |
| Binary | 10111011 | 10011010 | 10101011 | 0 | 10010 | 1001 | 11011 | 101001001 | 10100 | 1000011 |
Color Harmonies of #BB9AAB
Complementary color
Monochromatic Colors of #BB9AAB
Black with #BB9AAB
Text Example
Text Example
White with #BB9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9AAB; }
p { color: rgb(187,154,171); }
H1.HeaderClassName
{
color: #BB9AAB;
}
.AnyTagClassName
{
color: #BB9AAB;
}
</style>
background-color css
<style>
a { background-color: #BB9AAB; }
a { background-color: rgb(187,154,171); }
div.DivClassName
{
background-color: #BB9AAB;
}
.BgClassName
{
background-color: #BB9AAB;
}
</style>
border-color css
<style>
span { border-color: #BB9AAB; }
span { border-color: rgb(187,154,171); }
td.TdClassName
{
border-color: #BB9AAB;
}
.TagClassName
{
border-color: #BB9AAB;
}
</style>