Shades of Lily #BB9AB0
Tints of Lily #BB9AB0
RGB
CMYK
RGB Variations
Color information
#BB9AB0 (or 0xBB9AB0) is known color: Lily. HEX triplet: BB, 9A and B0. RGB value is (187,154,176). Sum of RGB (Red+Green+Blue) = 187+154+176=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9AB0 is #44654F. Grayscale: #A6A6A6. Windows color (decimal): -4482384 or 11573947. OLE color: 11573947.
HSL color Cylindrical-coordinate representation of color #BB9AB0: hue angle of 320º 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 #BB9AB0 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 176 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.27 |
| HSL | 320º | 0.2% | 0.67% | - |
| HSV(B) | 320º | 0.18% | 0.73% | - |
| XYZ | 39.89 | 36.81 | 46.08 | - |
| YUV | 166.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 176 | 0 | 0.18 | 0.06 | 0.27 | 320 | 0.2 | 0.67 |
| Hex | BB | 9A | B0 | 0 | 12 | 6 | 1B | 140 | 14 | 43 |
| Octal | 273 | 232 | 260 | 0 | 22 | 6 | 33 | 500 | 24 | 103 |
| Binary | 10111011 | 10011010 | 10110000 | 0 | 10010 | 110 | 11011 | 101000000 | 10100 | 1000011 |
Color Harmonies of #BB9AB0
Complementary color
Monochromatic Colors of #BB9AB0
Black with #BB9AB0
Text Example
Text Example
White with #BB9AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9AB0; }
p { color: rgb(187,154,176); }
H1.HeaderClassName
{
color: #BB9AB0;
}
.AnyTagClassName
{
color: #BB9AB0;
}
</style>
background-color css
<style>
a { background-color: #BB9AB0; }
a { background-color: rgb(187,154,176); }
div.DivClassName
{
background-color: #BB9AB0;
}
.BgClassName
{
background-color: #BB9AB0;
}
</style>
border-color css
<style>
span { border-color: #BB9AB0; }
span { border-color: rgb(187,154,176); }
td.TdClassName
{
border-color: #BB9AB0;
}
.TagClassName
{
border-color: #BB9AB0;
}
</style>