Shades of Bouquet #998B97
Tints of Bouquet #998B97
RGB
CMYK
RGB Variations
Color information
#998B97 (or 0x998B97) is known color: Bouquet. HEX triplet: 99, 8B and 97. RGB value is (153,139,151). Sum of RGB (Red+Green+Blue) = 153+139+151=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 153 - color contains mainly: red. Hex color #998B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B97 is #667468. Grayscale: #909090. Windows color (decimal): -6714473 or 9931673. OLE color: 9931673.
HSL color Cylindrical-coordinate representation of color #998B97: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #998B97 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 151 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.4 |
| HSL | 308.57º | 0.06% | 0.57% | - |
| HSV(B) | 308.57º | 0.09% | 0.6% | - |
| XYZ | 27.96 | 27.47 | 33.11 | - |
| YUV | 144.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 151 | 0 | 0.09 | 0.01 | 0.4 | 308.57 | 0.06 | 0.57 |
| Hex | 99 | 8B | 97 | 0 | 9 | 1 | 28 | 135 | 6 | 39 |
| Octal | 231 | 213 | 227 | 0 | 11 | 1 | 50 | 465 | 6 | 71 |
| Binary | 10011001 | 10001011 | 10010111 | 0 | 1001 | 1 | 101000 | 100110101 | 110 | 111001 |
Color Harmonies of #998B97
Complementary color
Monochromatic Colors of #998B97
Black with #998B97
Text Example
Text Example
White with #998B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B97; }
p { color: rgb(153,139,151); }
H1.HeaderClassName
{
color: #998B97;
}
.AnyTagClassName
{
color: #998B97;
}
</style>
background-color css
<style>
a { background-color: #998B97; }
a { background-color: rgb(153,139,151); }
div.DivClassName
{
background-color: #998B97;
}
.BgClassName
{
background-color: #998B97;
}
</style>
border-color css
<style>
span { border-color: #998B97; }
span { border-color: rgb(153,139,151); }
td.TdClassName
{
border-color: #998B97;
}
.TagClassName
{
border-color: #998B97;
}
</style>