#998297

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

Shades of Bouquet #998297

Tints of Bouquet #998297

Color information

#998297 (or 0x998297) is unknown color: approx Bouquet. HEX triplet: 99, 82 and 97. RGB value is (153,130,151). Sum of RGB (Red+Green+Blue) = 153+130+151=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998297 is #667D68. Grayscale: #8B8B8B. Windows color (decimal): -6716777 or 9929369. OLE color: 9929369.

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

Color convert

RGB153130151-
CMYK00.150.010.4
HSL305.22º10.13%55.49%-
HSV(B)305.22º15.03%60%-
XYZ26.7124.9732.69-
YUV139.27134.62137.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 151 (59.38% from 255) = 34.79%
R=35.25%
G=29.95%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313015100.150.010.4305.2210.1355.49
Hex9982970F128131a37
Octal2312022270171504611267
Binary1001100110000010100101110111111010001001100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998297; }

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

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

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

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

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

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

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

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