#9E8B97

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

Shades of Bouquet #9E8B97

Tints of Bouquet #9E8B97

Color information

#9E8B97 (or 0x9E8B97) is unknown color: approx Bouquet. HEX triplet: 9E, 8B and 97. RGB value is (158,139,151). Sum of RGB (Red+Green+Blue) = 158+139+151=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8B97 is #617468. Grayscale: #929292. Windows color (decimal): -6386793 or 9931678. OLE color: 9931678.

HSL color Cylindrical-coordinate representation of color #9E8B97: hue angle of 322.11º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9E8B97 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB158139151-
CMYK00.120.040.38
HSL322.11º8.92%58.24%-
HSV(B)322.11º12.03%61.96%-
XYZ28.9227.9733.15-
YUV146.05130.79136.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.27%
GREEN value IS 139 (54.69% from 255) = 31.03%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=35.27%
G=31.03%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813915100.120.040.38322.118.9258.24
Hex9E8B970C42614293a
Octal2362132270144465021172
Binary100111101000101110010111011001001001101010000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,139,151); }

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

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

 a { background-color: rgb(158,139,151); }

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

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

 span { border-color: rgb(158,139,151); }

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