Shades of Bouquet #998698
Tints of Bouquet #998698
RGB
CMYK
RGB Variations
Color information
#998698 (or 0x998698) is known color: Bouquet. HEX triplet: 99, 86 and 98. RGB value is (153,134,152). Sum of RGB (Red+Green+Blue) = 153+134+152=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 153 - color contains mainly: red. Hex color #998698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998698 is #667967. Grayscale: #8D8D8D. Windows color (decimal): -6715752 or 9995929. OLE color: 9995929.
HSL color Cylindrical-coordinate representation of color #998698: hue angle of 303.16º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #998698 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 152 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.4 |
| HSL | 303.16º | 0.09% | 0.56% | - |
| HSV(B) | 303.16º | 0.12% | 0.6% | - |
| XYZ | 27.33 | 26.09 | 33.3 | - |
| YUV | 141.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 152 | 0 | 0.12 | 0.01 | 0.4 | 303.16 | 0.09 | 0.56 |
| Hex | 99 | 86 | 98 | 0 | C | 1 | 28 | 12F | 9 | 38 |
| Octal | 231 | 206 | 230 | 0 | 14 | 1 | 50 | 457 | 11 | 70 |
| Binary | 10011001 | 10000110 | 10011000 | 0 | 1100 | 1 | 101000 | 100101111 | 1001 | 111000 |
Color Harmonies of #998698
Complementary color
Monochromatic Colors of #998698
Black with #998698
Text Example
Text Example
White with #998698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998698; }
p { color: rgb(153,134,152); }
H1.HeaderClassName
{
color: #998698;
}
.AnyTagClassName
{
color: #998698;
}
</style>
background-color css
<style>
a { background-color: #998698; }
a { background-color: rgb(153,134,152); }
div.DivClassName
{
background-color: #998698;
}
.BgClassName
{
background-color: #998698;
}
</style>
border-color css
<style>
span { border-color: #998698; }
span { border-color: rgb(153,134,152); }
td.TdClassName
{
border-color: #998698;
}
.TagClassName
{
border-color: #998698;
}
</style>