Shades of Bouquet #9B8898
Tints of Bouquet #9B8898
RGB
CMYK
RGB Variations
Color information
#9B8898 (or 0x9B8898) is known color: Bouquet. HEX triplet: 9B, 88 and 98. RGB value is (155,136,152). Sum of RGB (Red+Green+Blue) = 155+136+152=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8898 is #647767. Grayscale: #8F8F8F. Windows color (decimal): -6584168 or 9996443. OLE color: 9996443.
HSL color Cylindrical-coordinate representation of color #9B8898: hue angle of 309.47º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B8898 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 136 | 152 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.39 |
| HSL | 309.47º | 0.09% | 0.57% | - |
| HSV(B) | 309.47º | 0.12% | 0.61% | - |
| XYZ | 27.99 | 26.84 | 33.41 | - |
| YUV | 143.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 152 | 0 | 0.12 | 0.02 | 0.39 | 309.47 | 0.09 | 0.57 |
| Hex | 9B | 88 | 98 | 0 | C | 2 | 27 | 135 | 9 | 39 |
| Octal | 233 | 210 | 230 | 0 | 14 | 2 | 47 | 465 | 11 | 71 |
| Binary | 10011011 | 10001000 | 10011000 | 0 | 1100 | 10 | 100111 | 100110101 | 1001 | 111001 |
Color Harmonies of #9B8898
Complementary color
Monochromatic Colors of #9B8898
Black with #9B8898
Text Example
Text Example
White with #9B8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8898; }
p { color: rgb(155,136,152); }
H1.HeaderClassName
{
color: #9B8898;
}
.AnyTagClassName
{
color: #9B8898;
}
</style>
background-color css
<style>
a { background-color: #9B8898; }
a { background-color: rgb(155,136,152); }
div.DivClassName
{
background-color: #9B8898;
}
.BgClassName
{
background-color: #9B8898;
}
</style>
border-color css
<style>
span { border-color: #9B8898; }
span { border-color: rgb(155,136,152); }
td.TdClassName
{
border-color: #9B8898;
}
.TagClassName
{
border-color: #9B8898;
}
</style>