Shades of Bouquet #9B8D98
Tints of Bouquet #9B8D98
RGB
CMYK
RGB Variations
Color information
#9B8D98 (or 0x9B8D98) is known color: Bouquet. HEX triplet: 9B, 8D and 98. RGB value is (155,141,152). Sum of RGB (Red+Green+Blue) = 155+141+152=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8D98 is #647267. Grayscale: #929292. Windows color (decimal): -6582888 or 9997723. OLE color: 9997723.
HSL color Cylindrical-coordinate representation of color #9B8D98: hue angle of 312.86º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9B8D98 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 141 | 152 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.39 |
| HSL | 312.86º | 0.07% | 0.58% | - |
| HSV(B) | 312.86º | 0.09% | 0.61% | - |
| XYZ | 28.71 | 28.29 | 33.65 | - |
| YUV | 146.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 152 | 0 | 0.09 | 0.02 | 0.39 | 312.86 | 0.07 | 0.58 |
| Hex | 9B | 8D | 98 | 0 | 9 | 2 | 27 | 139 | 7 | 3A |
| Octal | 233 | 215 | 230 | 0 | 11 | 2 | 47 | 471 | 7 | 72 |
| Binary | 10011011 | 10001101 | 10011000 | 0 | 1001 | 10 | 100111 | 100111001 | 111 | 111010 |
Color Harmonies of #9B8D98
Complementary color
Monochromatic Colors of #9B8D98
Black with #9B8D98
Text Example
Text Example
White with #9B8D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8D98; }
p { color: rgb(155,141,152); }
H1.HeaderClassName
{
color: #9B8D98;
}
.AnyTagClassName
{
color: #9B8D98;
}
</style>
background-color css
<style>
a { background-color: #9B8D98; }
a { background-color: rgb(155,141,152); }
div.DivClassName
{
background-color: #9B8D98;
}
.BgClassName
{
background-color: #9B8D98;
}
</style>
border-color css
<style>
span { border-color: #9B8D98; }
span { border-color: rgb(155,141,152); }
td.TdClassName
{
border-color: #9B8D98;
}
.TagClassName
{
border-color: #9B8D98;
}
</style>