Shades of Bouquet #9B8C99
Tints of Bouquet #9B8C99
RGB
CMYK
RGB Variations
Color information
#9B8C99 (or 0x9B8C99) is known color: Bouquet. HEX triplet: 9B, 8C and 99. RGB value is (155,140,153). Sum of RGB (Red+Green+Blue) = 155+140+153=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8C99 is #647366. Grayscale: #919191. Windows color (decimal): -6583143 or 10063003. OLE color: 10063003.
HSL color Cylindrical-coordinate representation of color #9B8C99: hue angle of 308º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B8C99 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 153 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.39 |
| HSL | 308º | 0.07% | 0.58% | - |
| HSV(B) | 308º | 0.1% | 0.61% | - |
| XYZ | 28.65 | 28.02 | 34.04 | - |
| YUV | 145.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 153 | 0 | 0.10 | 0.01 | 0.39 | 308 | 0.07 | 0.58 |
| Hex | 9B | 8C | 99 | 0 | A | 1 | 27 | 134 | 7 | 3A |
| Octal | 233 | 214 | 231 | 0 | 12 | 1 | 47 | 464 | 7 | 72 |
| Binary | 10011011 | 10001100 | 10011001 | 0 | 1010 | 1 | 100111 | 100110100 | 111 | 111010 |
Color Harmonies of #9B8C99
Complementary color
Monochromatic Colors of #9B8C99
Black with #9B8C99
Text Example
Text Example
White with #9B8C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C99; }
p { color: rgb(155,140,153); }
H1.HeaderClassName
{
color: #9B8C99;
}
.AnyTagClassName
{
color: #9B8C99;
}
</style>
background-color css
<style>
a { background-color: #9B8C99; }
a { background-color: rgb(155,140,153); }
div.DivClassName
{
background-color: #9B8C99;
}
.BgClassName
{
background-color: #9B8C99;
}
</style>
border-color css
<style>
span { border-color: #9B8C99; }
span { border-color: rgb(155,140,153); }
td.TdClassName
{
border-color: #9B8C99;
}
.TagClassName
{
border-color: #9B8C99;
}
</style>