#998398

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

Shades of Bouquet #998398

Tints of Bouquet #998398

Color information

#998398 (or 0x998398) is unknown color: approx Bouquet. HEX triplet: 99, 83 and 98. RGB value is (153,131,152). Sum of RGB (Red+Green+Blue) = 153+131+152=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #998398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998398 is #667C67. Grayscale: #8B8B8B. Windows color (decimal): -6716520 or 9995161. OLE color: 9995161.

HSL color Cylindrical-coordinate representation of color #998398: hue angle of 302.73º degrees, saturation: 0.1, 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 #998398 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153131152-
CMYK00.140.010.4
HSL302.73º9.73%55.69%-
HSV(B)302.73º14.38%60%-
XYZ26.9225.2733.16-
YUV139.97134.79137.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=35.09%
G=30.05%
B=34.86%

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
Decimal15313115200.140.010.4302.739.7355.69
Hex9983980E12812fa38
Octal2312032300161504571270
Binary1001100110000011100110000111011010001001011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998398; }

 p { color: rgb(153,131,152); }

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

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

 a { background-color: rgb(153,131,152); }

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

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

 span { border-color: rgb(153,131,152); }

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