#9B8E98

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

Shades of Bouquet #9B8E98

Tints of Bouquet #9B8E98

Color information

#9B8E98 (or 0x9B8E98) is unknown color: approx Bouquet. HEX triplet: 9B, 8E and 98. RGB value is (155,142,152). Sum of RGB (Red+Green+Blue) = 155+142+152=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8E98 is #647167. Grayscale: #939393. Windows color (decimal): -6582632 or 9997979. OLE color: 9997979.

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

Color convert

RGB155142152-
CMYK00.080.020.39
HSL313.85º6.1%58.24%-
HSV(B)313.85º8.39%60.78%-
XYZ28.8628.5833.7-
YUV147.03130.81133.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.52%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=34.52%
G=31.63%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514215200.080.020.39313.856.158.24
Hex9B8E980822713a63a
Octal233216230010247472672
Binary1001101110001110100110000100010100111100111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,142,152); }

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

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

 a { background-color: rgb(155,142,152); }

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

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

 span { border-color: rgb(155,142,152); }

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