#998697

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

Shades of Bouquet #998697

Tints of Bouquet #998697

Color information

#998697 (or 0x998697) is unknown color: approx Bouquet. HEX triplet: 99, 86 and 97. RGB value is (153,134,151). Sum of RGB (Red+Green+Blue) = 153+134+151=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 153 - color contains mainly: red. Hex color #998697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998697 is #667968. Grayscale: #8D8D8D. Windows color (decimal): -6715753 or 9930393. OLE color: 9930393.

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

Color convert

RGB153134151-
CMYK00.120.010.4
HSL306.32º8.52%56.27%-
HSV(B)306.32º12.42%60%-
XYZ27.2526.0632.87-
YUV141.62133.29136.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.93%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 151 (59.38% from 255) = 34.47%
R=34.93%
G=30.59%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313415100.120.010.4306.328.5256.27
Hex9986970C128132938
Octal2312062270141504621170
Binary1001100110000110100101110110011010001001100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998697; }

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

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

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

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

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

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

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

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