Shades of Bouquet #998496
Tints of Bouquet #998496
RGB
CMYK
RGB Variations
Color information
#998496 (or 0x998496) is known color: Bouquet. HEX triplet: 99, 84 and 96. RGB value is (153,132,150). Sum of RGB (Red+Green+Blue) = 153+132+150=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #998496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998496 is #667B69. Grayscale: #8C8C8C. Windows color (decimal): -6716266 or 9864345. OLE color: 9864345.
HSL color Cylindrical-coordinate representation of color #998496: hue angle of 308.57º 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 #998496 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 150 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.4 |
| HSL | 308.57º | 0.09% | 0.56% | - |
| HSV(B) | 308.57º | 0.14% | 0.6% | - |
| XYZ | 26.89 | 25.48 | 32.35 | - |
| YUV | 140.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 150 | 0 | 0.14 | 0.02 | 0.4 | 308.57 | 0.09 | 0.56 |
| Hex | 99 | 84 | 96 | 0 | E | 2 | 28 | 135 | 9 | 38 |
| Octal | 231 | 204 | 226 | 0 | 16 | 2 | 50 | 465 | 11 | 70 |
| Binary | 10011001 | 10000100 | 10010110 | 0 | 1110 | 10 | 101000 | 100110101 | 1001 | 111000 |
Color Harmonies of #998496
Complementary color
Monochromatic Colors of #998496
Black with #998496
Text Example
Text Example
White with #998496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998496; }
p { color: rgb(153,132,150); }
H1.HeaderClassName
{
color: #998496;
}
.AnyTagClassName
{
color: #998496;
}
</style>
background-color css
<style>
a { background-color: #998496; }
a { background-color: rgb(153,132,150); }
div.DivClassName
{
background-color: #998496;
}
.BgClassName
{
background-color: #998496;
}
</style>
border-color css
<style>
span { border-color: #998496; }
span { border-color: rgb(153,132,150); }
td.TdClassName
{
border-color: #998496;
}
.TagClassName
{
border-color: #998496;
}
</style>