#9F8E99

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

Shades of Bouquet #9F8E99

Tints of Bouquet #9F8E99

Color information

#9F8E99 (or 0x9F8E99) is unknown color: approx Bouquet. HEX triplet: 9F, 8E and 99. RGB value is (159,142,153). Sum of RGB (Red+Green+Blue) = 159+142+153=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8E99 is #607166. Grayscale: #949494. Windows color (decimal): -6320487 or 10063519. OLE color: 10063519.

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

Color convert

RGB159142153-
CMYK00.110.040.38
HSL321.18º8.13%59.02%-
HSV(B)321.18º10.69%62.35%-
XYZ29.7229.0234.17-
YUV148.34130.63135.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.02%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=35.02%
G=31.28%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914215300.110.040.38321.188.1359.02
Hex9F8E990B42614183b
Octal2372162310134465011073
Binary100111111000111010011001010111001001101010000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,142,153); }

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

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

 a { background-color: rgb(159,142,153); }

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

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

 span { border-color: rgb(159,142,153); }

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