Shades of Bouquet #998895
Tints of Bouquet #998895
RGB
CMYK
RGB Variations
Color information
#998895 (or 0x998895) is known color: Bouquet. HEX triplet: 99, 88 and 95. RGB value is (153,136,149). Sum of RGB (Red+Green+Blue) = 153+136+149=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 153 - color contains mainly: red. Hex color #998895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998895 is #66776A. Grayscale: #8E8E8E. Windows color (decimal): -6715243 or 9799833. OLE color: 9799833.
HSL color Cylindrical-coordinate representation of color #998895: hue angle of 314.12º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #998895 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 149 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.4 |
| HSL | 314.12º | 0.08% | 0.57% | - |
| HSV(B) | 314.12º | 0.11% | 0.6% | - |
| XYZ | 27.37 | 26.55 | 32.12 | - |
| YUV | 142.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 149 | 0 | 0.11 | 0.03 | 0.4 | 314.12 | 0.08 | 0.57 |
| Hex | 99 | 88 | 95 | 0 | B | 3 | 28 | 13A | 8 | 39 |
| Octal | 231 | 210 | 225 | 0 | 13 | 3 | 50 | 472 | 10 | 71 |
| Binary | 10011001 | 10001000 | 10010101 | 0 | 1011 | 11 | 101000 | 100111010 | 1000 | 111001 |
Color Harmonies of #998895
Complementary color
Monochromatic Colors of #998895
Black with #998895
Text Example
Text Example
White with #998895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998895; }
p { color: rgb(153,136,149); }
H1.HeaderClassName
{
color: #998895;
}
.AnyTagClassName
{
color: #998895;
}
</style>
background-color css
<style>
a { background-color: #998895; }
a { background-color: rgb(153,136,149); }
div.DivClassName
{
background-color: #998895;
}
.BgClassName
{
background-color: #998895;
}
</style>
border-color css
<style>
span { border-color: #998895; }
span { border-color: rgb(153,136,149); }
td.TdClassName
{
border-color: #998895;
}
.TagClassName
{
border-color: #998895;
}
</style>