#998497

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

Shades of Bouquet #998497

Tints of Bouquet #998497

Color information

#998497 (or 0x998497) is unknown color: approx Bouquet. HEX triplet: 99, 84 and 97. RGB value is (153,132,151). Sum of RGB (Red+Green+Blue) = 153+132+151=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #998497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998497 is #667B68. Grayscale: #8C8C8C. Windows color (decimal): -6716265 or 9929881. OLE color: 9929881.

HSL color Cylindrical-coordinate representation of color #998497: hue angle of 305.71º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998497 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153132151-
CMYK00.140.010.4
HSL305.71º9.33%55.88%-
HSV(B)305.71º13.73%60%-
XYZ26.9725.5132.78-
YUV140.44133.96136.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 151 (59.38% from 255) = 34.63%
R=35.09%
G=30.28%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313215100.140.010.4305.719.3355.88
Hex9984970E128132938
Octal2312042270161504621170
Binary1001100110000100100101110111011010001001100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998497; }

 p { color: rgb(153,132,151); }

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

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

 a { background-color: rgb(153,132,151); }

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

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

 span { border-color: rgb(153,132,151); }

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