Html Css Color HEX #998697 Bouquet

📋 copy color: '#998697'

red 153 ◦ green 134 ◦ blue 151

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

Shades of Bouquet #998697

Tints of Bouquet #998697

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

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

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

RGB 153 134 151 -
CMYK 0 0.12 0.01 0.4
HSL 306.32º 0.09% 0.56% -
HSV(B) 306.32º 0.12% 0.6% -
XYZ 27.25 26.06 32.87 -
YUV 141.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 153 134 151 0 0.12 0.01 0.4 306.32 0.09 0.56
Hex 99 86 97 0 C 1 28 132 9 38
Octal 231 206 227 0 14 1 50 462 11 70
Binary 10011001 10000110 10010111 0 1100 1 101000 100110010 1001 111000

Color Harmonies of #998697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998697

Black with #998697

Text Example


Text Example

White with #998697

Text Example


Text Example

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