Shades of Bouquet #9E8898
Tints of Bouquet #9E8898
RGB
CMYK
RGB Variations
Color information
#9E8898 (or 0x9E8898) is known color: Bouquet. HEX triplet: 9E, 88 and 98. RGB value is (158,136,152). Sum of RGB (Red+Green+Blue) = 158+136+152=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8898 is #617767. Grayscale: #909090. Windows color (decimal): -6387560 or 9996446. OLE color: 9996446.
HSL color Cylindrical-coordinate representation of color #9E8898: hue angle of 316.36º 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 #9E8898 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 152 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.38 |
| HSL | 316.36º | 0.1% | 0.58% | - |
| HSV(B) | 316.36º | 0.14% | 0.62% | - |
| XYZ | 28.57 | 27.14 | 33.44 | - |
| YUV | 144.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 152 | 0 | 0.14 | 0.04 | 0.38 | 316.36 | 0.1 | 0.58 |
| Hex | 9E | 88 | 98 | 0 | E | 4 | 26 | 13C | A | 3A |
| Octal | 236 | 210 | 230 | 0 | 16 | 4 | 46 | 474 | 12 | 72 |
| Binary | 10011110 | 10001000 | 10011000 | 0 | 1110 | 100 | 100110 | 100111100 | 1010 | 111010 |
Color Harmonies of #9E8898
Complementary color
Monochromatic Colors of #9E8898
Black with #9E8898
Text Example
Text Example
White with #9E8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8898; }
p { color: rgb(158,136,152); }
H1.HeaderClassName
{
color: #9E8898;
}
.AnyTagClassName
{
color: #9E8898;
}
</style>
background-color css
<style>
a { background-color: #9E8898; }
a { background-color: rgb(158,136,152); }
div.DivClassName
{
background-color: #9E8898;
}
.BgClassName
{
background-color: #9E8898;
}
</style>
border-color css
<style>
span { border-color: #9E8898; }
span { border-color: rgb(158,136,152); }
td.TdClassName
{
border-color: #9E8898;
}
.TagClassName
{
border-color: #9E8898;
}
</style>