Shades of Bouquet #998A94
Tints of Bouquet #998A94
RGB
CMYK
RGB Variations
Color information
#998A94 (or 0x998A94) is known color: Bouquet. HEX triplet: 99, 8A and 94. RGB value is (153,138,148). Sum of RGB (Red+Green+Blue) = 153+138+148=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 153 - color contains mainly: red. Hex color #998A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998A94 is #66756B. Grayscale: #8F8F8F. Windows color (decimal): -6714732 or 9734809. OLE color: 9734809.
HSL color Cylindrical-coordinate representation of color #998A94: hue angle of 320º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #998A94 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 148 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.4 |
| HSL | 320º | 0.07% | 0.57% | - |
| HSV(B) | 320º | 0.1% | 0.6% | - |
| XYZ | 27.57 | 27.09 | 31.79 | - |
| YUV | 143.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 148 | 0 | 0.10 | 0.03 | 0.4 | 320 | 0.07 | 0.57 |
| Hex | 99 | 8A | 94 | 0 | A | 3 | 28 | 140 | 7 | 39 |
| Octal | 231 | 212 | 224 | 0 | 12 | 3 | 50 | 500 | 7 | 71 |
| Binary | 10011001 | 10001010 | 10010100 | 0 | 1010 | 11 | 101000 | 101000000 | 111 | 111001 |
Color Harmonies of #998A94
Complementary color
Monochromatic Colors of #998A94
Black with #998A94
Text Example
Text Example
White with #998A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A94; }
p { color: rgb(153,138,148); }
H1.HeaderClassName
{
color: #998A94;
}
.AnyTagClassName
{
color: #998A94;
}
</style>
background-color css
<style>
a { background-color: #998A94; }
a { background-color: rgb(153,138,148); }
div.DivClassName
{
background-color: #998A94;
}
.BgClassName
{
background-color: #998A94;
}
</style>
border-color css
<style>
span { border-color: #998A94; }
span { border-color: rgb(153,138,148); }
td.TdClassName
{
border-color: #998A94;
}
.TagClassName
{
border-color: #998A94;
}
</style>