Shades of Bouquet #9E8895
Tints of Bouquet #9E8895
RGB
CMYK
RGB Variations
Color information
#9E8895 (or 0x9E8895) is known color: Bouquet. HEX triplet: 9E, 88 and 95. RGB value is (158,136,149). Sum of RGB (Red+Green+Blue) = 158+136+149=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8895 is #61776A. Grayscale: #909090. Windows color (decimal): -6387563 or 9799838. OLE color: 9799838.
HSL color Cylindrical-coordinate representation of color #9E8895: hue angle of 324.55º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E8895 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 149 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.38 |
| HSL | 324.55º | 0.1% | 0.58% | - |
| HSV(B) | 324.55º | 0.14% | 0.62% | - |
| XYZ | 28.33 | 27.05 | 32.16 | - |
| YUV | 144.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 149 | 0 | 0.14 | 0.06 | 0.38 | 324.55 | 0.1 | 0.58 |
| Hex | 9E | 88 | 95 | 0 | E | 6 | 26 | 145 | A | 3A |
| Octal | 236 | 210 | 225 | 0 | 16 | 6 | 46 | 505 | 12 | 72 |
| Binary | 10011110 | 10001000 | 10010101 | 0 | 1110 | 110 | 100110 | 101000101 | 1010 | 111010 |
Color Harmonies of #9E8895
Complementary color
Monochromatic Colors of #9E8895
Black with #9E8895
Text Example
Text Example
White with #9E8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8895; }
p { color: rgb(158,136,149); }
H1.HeaderClassName
{
color: #9E8895;
}
.AnyTagClassName
{
color: #9E8895;
}
</style>
background-color css
<style>
a { background-color: #9E8895; }
a { background-color: rgb(158,136,149); }
div.DivClassName
{
background-color: #9E8895;
}
.BgClassName
{
background-color: #9E8895;
}
</style>
border-color css
<style>
span { border-color: #9E8895; }
span { border-color: rgb(158,136,149); }
td.TdClassName
{
border-color: #9E8895;
}
.TagClassName
{
border-color: #9E8895;
}
</style>