Shades of Bouquet #998497
Tints of Bouquet #998497
RGB
CMYK
RGB Variations
Color information
#998497 (or 0x998497) is known color: Bouquet. HEX triplet: 99, 84 and 97. RGB value is (153,132,151). Sum of RGB (Red+Green+Blue) = 153+132+151=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #998497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998497 is #667B68. Grayscale: #8C8C8C. Windows color (decimal): -6716265 or 9929881. OLE color: 9929881.
HSL color Cylindrical-coordinate representation of color #998497: hue angle of 305.71º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998497 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 151 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.4 |
| HSL | 305.71º | 0.09% | 0.56% | - |
| HSV(B) | 305.71º | 0.14% | 0.6% | - |
| XYZ | 26.97 | 25.51 | 32.78 | - |
| YUV | 140.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 151 | 0 | 0.14 | 0.01 | 0.4 | 305.71 | 0.09 | 0.56 |
| Hex | 99 | 84 | 97 | 0 | E | 1 | 28 | 132 | 9 | 38 |
| Octal | 231 | 204 | 227 | 0 | 16 | 1 | 50 | 462 | 11 | 70 |
| Binary | 10011001 | 10000100 | 10010111 | 0 | 1110 | 1 | 101000 | 100110010 | 1001 | 111000 |
Color Harmonies of #998497
Complementary color
Monochromatic Colors of #998497
Black with #998497
Text Example
Text Example
White with #998497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998497; }
p { color: rgb(153,132,151); }
H1.HeaderClassName
{
color: #998497;
}
.AnyTagClassName
{
color: #998497;
}
</style>
background-color css
<style>
a { background-color: #998497; }
a { background-color: rgb(153,132,151); }
div.DivClassName
{
background-color: #998497;
}
.BgClassName
{
background-color: #998497;
}
</style>
border-color css
<style>
span { border-color: #998497; }
span { border-color: rgb(153,132,151); }
td.TdClassName
{
border-color: #998497;
}
.TagClassName
{
border-color: #998497;
}
</style>