Shades of Bouquet #9B8C96
Tints of Bouquet #9B8C96
RGB
CMYK
RGB Variations
Color information
#9B8C96 (or 0x9B8C96) is known color: Bouquet. HEX triplet: 9B, 8C and 96. RGB value is (155,140,150). Sum of RGB (Red+Green+Blue) = 155+140+150=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8C96 is #647369. Grayscale: #919191. Windows color (decimal): -6583146 or 9866395. OLE color: 9866395.
HSL color Cylindrical-coordinate representation of color #9B8C96: hue angle of 320º 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 #9B8C96 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 150 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.39 |
| HSL | 320º | 0.07% | 0.58% | - |
| HSV(B) | 320º | 0.1% | 0.61% | - |
| XYZ | 28.4 | 27.93 | 32.75 | - |
| YUV | 145.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 150 | 0 | 0.10 | 0.03 | 0.39 | 320 | 0.07 | 0.58 |
| Hex | 9B | 8C | 96 | 0 | A | 3 | 27 | 140 | 7 | 3A |
| Octal | 233 | 214 | 226 | 0 | 12 | 3 | 47 | 500 | 7 | 72 |
| Binary | 10011011 | 10001100 | 10010110 | 0 | 1010 | 11 | 100111 | 101000000 | 111 | 111010 |
Color Harmonies of #9B8C96
Complementary color
Monochromatic Colors of #9B8C96
Black with #9B8C96
Text Example
Text Example
White with #9B8C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C96; }
p { color: rgb(155,140,150); }
H1.HeaderClassName
{
color: #9B8C96;
}
.AnyTagClassName
{
color: #9B8C96;
}
</style>
background-color css
<style>
a { background-color: #9B8C96; }
a { background-color: rgb(155,140,150); }
div.DivClassName
{
background-color: #9B8C96;
}
.BgClassName
{
background-color: #9B8C96;
}
</style>
border-color css
<style>
span { border-color: #9B8C96; }
span { border-color: rgb(155,140,150); }
td.TdClassName
{
border-color: #9B8C96;
}
.TagClassName
{
border-color: #9B8C96;
}
</style>