Html Css Color HEX #998398 Bouquet

📋 copy color: '#998398'

red 153 ◦ green 131 ◦ blue 152

#998398
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #998398

Tints of Bouquet #998398

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 value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#998398 (or 0x998398) is known color: 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

RGB 153 131 152 -
CMYK 0 0.14 0.01 0.4
HSL 302.73º 0.1% 0.56% -
HSV(B) 302.73º 0.14% 0.6% -
XYZ 26.92 25.27 33.16 -
YUV 139.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 153 131 152 0 0.14 0.01 0.4 302.73 0.1 0.56
Hex 99 83 98 0 E 1 28 12F A 38
Octal 231 203 230 0 16 1 50 457 12 70
Binary 10011001 10000011 10011000 0 1110 1 101000 100101111 1010 111000

Color Harmonies of #998398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998398

Black with #998398

Text Example


Text Example

White with #998398

Text Example


Text Example

HTML Codes & Css Web 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>