#998598

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

Shades of Bouquet #998598

Tints of Bouquet #998598

Color information

#998598 (or 0x998598) is unknown color: approx Bouquet. HEX triplet: 99, 85 and 98. RGB value is (153,133,152). Sum of RGB (Red+Green+Blue) = 153+133+152=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 153 - color contains mainly: red. Hex color #998598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998598 is #667A67. Grayscale: #8D8D8D. Windows color (decimal): -6716008 or 9995673. OLE color: 9995673.

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

Color convert

RGB153133152-
CMYK00.130.010.4
HSL303º8.93%56.08%-
HSV(B)303º13.07%60%-
XYZ27.1925.8133.26-
YUV141.15134.13136.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.93%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 152 (59.77% from 255) = 34.70%
R=34.93%
G=30.37%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313315200.130.010.43038.9356.08
Hex9985980D12812f938
Octal2312052300151504571170
Binary1001100110000101100110000110111010001001011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998598; }

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

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

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

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

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

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

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

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