#9B8D99

Color #9B8D99 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #9B8D99

Tints of Bouquet #9B8D99

Color information

#9B8D99 (or 0x9B8D99) is unknown color: approx Bouquet. HEX triplet: 9B, 8D and 99. RGB value is (155,141,153). Sum of RGB (Red+Green+Blue) = 155+141+153=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8D99 is #647266. Grayscale: #929292. Windows color (decimal): -6582887 or 10063259. OLE color: 10063259.

HSL color Cylindrical-coordinate representation of color #9B8D99: hue angle of 308.57º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9B8D99 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB155141153-
CMYK00.090.010.39
HSL308.57º6.54%58.04%-
HSV(B)308.57º9.03%60.78%-
XYZ28.7928.3234.09-
YUV146.55131.64134.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 34.52%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 153 (60.16% from 255) = 34.08%
R=34.52%
G=31.40%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514115300.090.010.39308.576.5458.04
Hex9B8D990912713573a
Octal233215231011147465772
Binary100110111000110110011001010011100111100110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8D99; }

 p { color: rgb(155,141,153); }

 H1.HeaderClassName
 {
   color: #9B8D99;
 }
 .AnyTagClassName
 {
   color: #9B8D99;
 }
</style>
background-color css

<style>
 a { background-color: #9B8D99; }

 a { background-color: rgb(155,141,153); }

 div.DivClassName
 {
   background-color: #9B8D99;
 }
 .BgClassName
 {
   background-color: #9B8D99;
 }
</style>
border-color css

<style>
 span { border-color: #9B8D99; }

 span { border-color: rgb(155,141,153); }

 td.TdClassName
 {
   border-color: #9B8D99;
 }
 .TagClassName
 {
   border-color: #9B8D99;
 }
</style>