Shades of Lily #BB9CAF
Tints of Lily #BB9CAF
RGB
CMYK
RGB Variations
Color information
#BB9CAF (or 0xBB9CAF) is known color: Lily. HEX triplet: BB, 9C and AF. RGB value is (187,156,175). Sum of RGB (Red+Green+Blue) = 187+156+175=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9CAF is #446350. Grayscale: #A7A7A7. Windows color (decimal): -4481873 or 11508923. OLE color: 11508923.
HSL color Cylindrical-coordinate representation of color #BB9CAF: hue angle of 323.23º 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 #BB9CAF is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 156 | 175 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.27 |
| HSL | 323.23º | 0.19% | 0.67% | - |
| HSV(B) | 323.23º | 0.17% | 0.73% | - |
| XYZ | 40.12 | 37.44 | 45.67 | - |
| YUV | 167.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 175 | 0 | 0.17 | 0.06 | 0.27 | 323.23 | 0.19 | 0.67 |
| Hex | BB | 9C | AF | 0 | 11 | 6 | 1B | 143 | 13 | 43 |
| Octal | 273 | 234 | 257 | 0 | 21 | 6 | 33 | 503 | 23 | 103 |
| Binary | 10111011 | 10011100 | 10101111 | 0 | 10001 | 110 | 11011 | 101000011 | 10011 | 1000011 |
Color Harmonies of #BB9CAF
Complementary color
Monochromatic Colors of #BB9CAF
Black with #BB9CAF
Text Example
Text Example
White with #BB9CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CAF; }
p { color: rgb(187,156,175); }
H1.HeaderClassName
{
color: #BB9CAF;
}
.AnyTagClassName
{
color: #BB9CAF;
}
</style>
background-color css
<style>
a { background-color: #BB9CAF; }
a { background-color: rgb(187,156,175); }
div.DivClassName
{
background-color: #BB9CAF;
}
.BgClassName
{
background-color: #BB9CAF;
}
</style>
border-color css
<style>
span { border-color: #BB9CAF; }
span { border-color: rgb(187,156,175); }
td.TdClassName
{
border-color: #BB9CAF;
}
.TagClassName
{
border-color: #BB9CAF;
}
</style>