Shades of Bouquet #998D96
Tints of Bouquet #998D96
RGB
CMYK
RGB Variations
Color information
#998D96 (or 0x998D96) is known color: Bouquet. HEX triplet: 99, 8D and 96. RGB value is (153,141,150). Sum of RGB (Red+Green+Blue) = 153+141+150=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 153 - color contains mainly: red. Hex color #998D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D96 is #667269. Grayscale: #919191. Windows color (decimal): -6713962 or 9866649. OLE color: 9866649.
HSL color Cylindrical-coordinate representation of color #998D96: hue angle of 315º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #998D96 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 150 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.4 |
| HSL | 315º | 0.06% | 0.58% | - |
| HSV(B) | 315º | 0.08% | 0.6% | - |
| XYZ | 28.17 | 28.02 | 32.78 | - |
| YUV | 145.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 150 | 0 | 0.08 | 0.02 | 0.4 | 315 | 0.06 | 0.58 |
| Hex | 99 | 8D | 96 | 0 | 8 | 2 | 28 | 13B | 6 | 3A |
| Octal | 231 | 215 | 226 | 0 | 10 | 2 | 50 | 473 | 6 | 72 |
| Binary | 10011001 | 10001101 | 10010110 | 0 | 1000 | 10 | 101000 | 100111011 | 110 | 111010 |
Color Harmonies of #998D96
Complementary color
Monochromatic Colors of #998D96
Black with #998D96
Text Example
Text Example
White with #998D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D96; }
p { color: rgb(153,141,150); }
H1.HeaderClassName
{
color: #998D96;
}
.AnyTagClassName
{
color: #998D96;
}
</style>
background-color css
<style>
a { background-color: #998D96; }
a { background-color: rgb(153,141,150); }
div.DivClassName
{
background-color: #998D96;
}
.BgClassName
{
background-color: #998D96;
}
</style>
border-color css
<style>
span { border-color: #998D96; }
span { border-color: rgb(153,141,150); }
td.TdClassName
{
border-color: #998D96;
}
.TagClassName
{
border-color: #998D96;
}
</style>