Html Css Color HEX #998297 Bouquet

📋 copy color: '#998297'

red 153 ◦ green 130 ◦ blue 151

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

Shades of Bouquet #998297

Tints of Bouquet #998297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.95%

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

R = 35.25%
G = 29.95%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#998297 (or 0x998297) is known color: Bouquet. HEX triplet: 99, 82 and 97. RGB value is (153,130,151). Sum of RGB (Red+Green+Blue) = 153+130+151=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998297 is #667D68. Grayscale: #8B8B8B. Windows color (decimal): -6716777 or 9929369. OLE color: 9929369.

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

Color convert

RGB 153 130 151 -
CMYK 0 0.15 0.01 0.4
HSL 305.22º 0.1% 0.55% -
HSV(B) 305.22º 0.15% 0.6% -
XYZ 26.71 24.97 32.69 -
YUV 139.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 153 130 151 0 0.15 0.01 0.4 305.22 0.1 0.55
Hex 99 82 97 0 F 1 28 131 A 37
Octal 231 202 227 0 17 1 50 461 12 67
Binary 10011001 10000010 10010111 0 1111 1 101000 100110001 1010 110111

Color Harmonies of #998297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998297

Black with #998297

Text Example


Text Example

White with #998297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998297; }

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

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

background-color css

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

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

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

border-color css

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

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

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