Shades of Bouquet #998C97
Tints of Bouquet #998C97
RGB
CMYK
RGB Variations
Color information
#998C97 (or 0x998C97) is known color: Bouquet. HEX triplet: 99, 8C and 97. RGB value is (153,140,151). Sum of RGB (Red+Green+Blue) = 153+140+151=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 153 - color contains mainly: red. Hex color #998C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C97 is #667368. Grayscale: #919191. Windows color (decimal): -6714217 or 9931929. OLE color: 9931929.
HSL color Cylindrical-coordinate representation of color #998C97: hue angle of 309.23º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #998C97 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 151 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.4 |
| HSL | 309.23º | 0.06% | 0.57% | - |
| HSV(B) | 309.23º | 0.08% | 0.6% | - |
| XYZ | 28.1 | 27.76 | 33.16 | - |
| YUV | 145.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 151 | 0 | 0.08 | 0.01 | 0.4 | 309.23 | 0.06 | 0.57 |
| Hex | 99 | 8C | 97 | 0 | 8 | 1 | 28 | 135 | 6 | 39 |
| Octal | 231 | 214 | 227 | 0 | 10 | 1 | 50 | 465 | 6 | 71 |
| Binary | 10011001 | 10001100 | 10010111 | 0 | 1000 | 1 | 101000 | 100110101 | 110 | 111001 |
Color Harmonies of #998C97
Complementary color
Monochromatic Colors of #998C97
Black with #998C97
Text Example
Text Example
White with #998C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C97; }
p { color: rgb(153,140,151); }
H1.HeaderClassName
{
color: #998C97;
}
.AnyTagClassName
{
color: #998C97;
}
</style>
background-color css
<style>
a { background-color: #998C97; }
a { background-color: rgb(153,140,151); }
div.DivClassName
{
background-color: #998C97;
}
.BgClassName
{
background-color: #998C97;
}
</style>
border-color css
<style>
span { border-color: #998C97; }
span { border-color: rgb(153,140,151); }
td.TdClassName
{
border-color: #998C97;
}
.TagClassName
{
border-color: #998C97;
}
</style>