Html Css Color HEX #998197 Bouquet

📋 copy color: '#998197'

red 153 ◦ green 129 ◦ blue 151

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

Shades of Bouquet #998197

Tints of Bouquet #998197

RGB

 RED value IS 153 (60.16% from 255) = 35.33%

 GREEN value IS 129 (50.78% from 255) = 29.79%

 BLUE value IS 151 (59.38% from 255) = 34.87%

R = 35.33%
G = 29.79%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#998197 (or 0x998197) is known color: Bouquet. HEX triplet: 99, 81 and 97. RGB value is (153,129,151). Sum of RGB (Red+Green+Blue) = 153+129+151=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 153 - color contains mainly: red. Hex color #998197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998197 is #667E68. Grayscale: #8A8A8A. Windows color (decimal): -6717033 or 9929113. OLE color: 9929113.

HSL color Cylindrical-coordinate representation of color #998197: hue angle of 305º 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 #998197 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 129 151 -
CMYK 0 0.16 0.01 0.4
HSL 305º 0.11% 0.55% -
HSV(B) 305º 0.16% 0.6% -
XYZ 26.57 24.71 32.65 -
YUV 138.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 153 129 151 0 0.16 0.01 0.4 305 0.11 0.55
Hex 99 81 97 0 10 1 28 131 B 37
Octal 231 201 227 0 20 1 50 461 13 67
Binary 10011001 10000001 10010111 0 10000 1 101000 100110001 1011 110111

Color Harmonies of #998197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998197

Black with #998197

Text Example


Text Example

White with #998197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998197; }

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

 H1.HeaderClassName
 {
   color: #998197;
 }
 .AnyTagClassName
 {
   color: #998197;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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