#998198

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

Shades of Bouquet #998198

Tints of Bouquet #998198

Color information

#998198 (or 0x998198) is unknown color: approx Bouquet. HEX triplet: 99, 81 and 98. RGB value is (153,129,152). Sum of RGB (Red+Green+Blue) = 153+129+152=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998198 is #667E67. Grayscale: #8A8A8A. Windows color (decimal): -6717032 or 9994649. OLE color: 9994649.

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

Color convert

RGB153129152-
CMYK00.160.010.4
HSL302.5º10.53%55.29%-
HSV(B)302.5º15.69%60%-
XYZ26.6524.7433.08-
YUV138.8135.45138.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 129 (50.78% from 255) = 29.72%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=35.25%
G=29.72%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312915200.160.010.4302.510.5355.29
Hex99819801012812fb37
Octal2312012300201504571367
Binary10011001100000011001100001000011010001001011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998198; }

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

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

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

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

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

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

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

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