Shades of Bouquet #9E8C98
Tints of Bouquet #9E8C98
RGB
CMYK
RGB Variations
Color information
#9E8C98 (or 0x9E8C98) is known color: Bouquet. HEX triplet: 9E, 8C and 98. RGB value is (158,140,152). Sum of RGB (Red+Green+Blue) = 158+140+152=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8C98 is #617367. Grayscale: #929292. Windows color (decimal): -6386536 or 9997470. OLE color: 9997470.
HSL color Cylindrical-coordinate representation of color #9E8C98: hue angle of 320º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9E8C98 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 152 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.38 |
| HSL | 320º | 0.08% | 0.58% | - |
| HSV(B) | 320º | 0.11% | 0.62% | - |
| XYZ | 29.15 | 28.29 | 33.63 | - |
| YUV | 146.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 152 | 0 | 0.11 | 0.04 | 0.38 | 320 | 0.08 | 0.58 |
| Hex | 9E | 8C | 98 | 0 | B | 4 | 26 | 140 | 8 | 3A |
| Octal | 236 | 214 | 230 | 0 | 13 | 4 | 46 | 500 | 10 | 72 |
| Binary | 10011110 | 10001100 | 10011000 | 0 | 1011 | 100 | 100110 | 101000000 | 1000 | 111010 |
Color Harmonies of #9E8C98
Complementary color
Monochromatic Colors of #9E8C98
Black with #9E8C98
Text Example
Text Example
White with #9E8C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C98; }
p { color: rgb(158,140,152); }
H1.HeaderClassName
{
color: #9E8C98;
}
.AnyTagClassName
{
color: #9E8C98;
}
</style>
background-color css
<style>
a { background-color: #9E8C98; }
a { background-color: rgb(158,140,152); }
div.DivClassName
{
background-color: #9E8C98;
}
.BgClassName
{
background-color: #9E8C98;
}
</style>
border-color css
<style>
span { border-color: #9E8C98; }
span { border-color: rgb(158,140,152); }
td.TdClassName
{
border-color: #9E8C98;
}
.TagClassName
{
border-color: #9E8C98;
}
</style>