Shades of Bouquet #9D8896
Tints of Bouquet #9D8896
RGB
CMYK
RGB Variations
Color information
#9D8896 (or 0x9D8896) is known color: Bouquet. HEX triplet: 9D, 88 and 96. RGB value is (157,136,150). Sum of RGB (Red+Green+Blue) = 157+136+150=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8896 is #627769. Grayscale: #8F8F8F. Windows color (decimal): -6453098 or 9865373. OLE color: 9865373.
HSL color Cylindrical-coordinate representation of color #9D8896: hue angle of 320º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D8896 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 150 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.38 |
| HSL | 320º | 0.1% | 0.57% | - |
| HSV(B) | 320º | 0.13% | 0.62% | - |
| XYZ | 28.21 | 26.98 | 32.57 | - |
| YUV | 143.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 150 | 0 | 0.13 | 0.04 | 0.38 | 320 | 0.1 | 0.57 |
| Hex | 9D | 88 | 96 | 0 | D | 4 | 26 | 140 | A | 39 |
| Octal | 235 | 210 | 226 | 0 | 15 | 4 | 46 | 500 | 12 | 71 |
| Binary | 10011101 | 10001000 | 10010110 | 0 | 1101 | 100 | 100110 | 101000000 | 1010 | 111001 |
Color Harmonies of #9D8896
Complementary color
Monochromatic Colors of #9D8896
Black with #9D8896
Text Example
Text Example
White with #9D8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8896; }
p { color: rgb(157,136,150); }
H1.HeaderClassName
{
color: #9D8896;
}
.AnyTagClassName
{
color: #9D8896;
}
</style>
background-color css
<style>
a { background-color: #9D8896; }
a { background-color: rgb(157,136,150); }
div.DivClassName
{
background-color: #9D8896;
}
.BgClassName
{
background-color: #9D8896;
}
</style>
border-color css
<style>
span { border-color: #9D8896; }
span { border-color: rgb(157,136,150); }
td.TdClassName
{
border-color: #9D8896;
}
.TagClassName
{
border-color: #9D8896;
}
</style>