Shades of Lily #B896A7
Tints of Lily #B896A7
RGB
CMYK
RGB Variations
Color information
#B896A7 (or 0xB896A7) is known color: Lily. HEX triplet: B8, 96 and A7. RGB value is (184,150,167). Sum of RGB (Red+Green+Blue) = 184+150+167=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B896A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B896A7 is #476958. Grayscale: #A2A2A2. Windows color (decimal): -4680025 or 10983096. OLE color: 10983096.
HSL color Cylindrical-coordinate representation of color #B896A7: hue angle of 330º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B896A7 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 167 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.28 |
| HSL | 330º | 0.19% | 0.65% | - |
| HSV(B) | 330º | 0.18% | 0.72% | - |
| XYZ | 37.65 | 34.79 | 41.29 | - |
| YUV | 162.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 167 | 0 | 0.18 | 0.09 | 0.28 | 330 | 0.19 | 0.65 |
| Hex | B8 | 96 | A7 | 0 | 12 | 9 | 1C | 14A | 13 | 41 |
| Octal | 270 | 226 | 247 | 0 | 22 | 11 | 34 | 512 | 23 | 101 |
| Binary | 10111000 | 10010110 | 10100111 | 0 | 10010 | 1001 | 11100 | 101001010 | 10011 | 1000001 |
Color Harmonies of #B896A7
Complementary color
Monochromatic Colors of #B896A7
Black with #B896A7
Text Example
Text Example
White with #B896A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896A7; }
p { color: rgb(184,150,167); }
H1.HeaderClassName
{
color: #B896A7;
}
.AnyTagClassName
{
color: #B896A7;
}
</style>
background-color css
<style>
a { background-color: #B896A7; }
a { background-color: rgb(184,150,167); }
div.DivClassName
{
background-color: #B896A7;
}
.BgClassName
{
background-color: #B896A7;
}
</style>
border-color css
<style>
span { border-color: #B896A7; }
span { border-color: rgb(184,150,167); }
td.TdClassName
{
border-color: #B896A7;
}
.TagClassName
{
border-color: #B896A7;
}
</style>