Shades of Lily #BB9BAE
Tints of Lily #BB9BAE
RGB
CMYK
RGB Variations
Color information
#BB9BAE (or 0xBB9BAE) is known color: Lily. HEX triplet: BB, 9B and AE. RGB value is (187,155,174). Sum of RGB (Red+Green+Blue) = 187+155+174=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9BAE is #446451. Grayscale: #A6A6A6. Windows color (decimal): -4482130 or 11443131. OLE color: 11443131.
HSL color Cylindrical-coordinate representation of color #BB9BAE: hue angle of 324.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9BAE is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 155 | 174 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.27 |
| HSL | 324.38º | 0.19% | 0.67% | - |
| HSV(B) | 324.38º | 0.17% | 0.73% | - |
| XYZ | 39.85 | 37.06 | 45.1 | - |
| YUV | 166.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 174 | 0 | 0.17 | 0.07 | 0.27 | 324.38 | 0.19 | 0.67 |
| Hex | BB | 9B | AE | 0 | 11 | 7 | 1B | 144 | 13 | 43 |
| Octal | 273 | 233 | 256 | 0 | 21 | 7 | 33 | 504 | 23 | 103 |
| Binary | 10111011 | 10011011 | 10101110 | 0 | 10001 | 111 | 11011 | 101000100 | 10011 | 1000011 |
Color Harmonies of #BB9BAE
Complementary color
Monochromatic Colors of #BB9BAE
Black with #BB9BAE
Text Example
Text Example
White with #BB9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BAE; }
p { color: rgb(187,155,174); }
H1.HeaderClassName
{
color: #BB9BAE;
}
.AnyTagClassName
{
color: #BB9BAE;
}
</style>
background-color css
<style>
a { background-color: #BB9BAE; }
a { background-color: rgb(187,155,174); }
div.DivClassName
{
background-color: #BB9BAE;
}
.BgClassName
{
background-color: #BB9BAE;
}
</style>
border-color css
<style>
span { border-color: #BB9BAE; }
span { border-color: rgb(187,155,174); }
td.TdClassName
{
border-color: #BB9BAE;
}
.TagClassName
{
border-color: #BB9BAE;
}
</style>