Html Css Color HEX #998296 Bouquet

📋 copy color: '#998296'

red 153 ◦ green 130 ◦ blue 150

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

Shades of Bouquet #998296

Tints of Bouquet #998296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 35.33%
G = 30.02%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#998296 (or 0x998296) is known color: Bouquet. HEX triplet: 99, 82 and 96. RGB value is (153,130,150). Sum of RGB (Red+Green+Blue) = 153+130+150=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 153 - color contains mainly: red. Hex color #998296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998296 is #667D69. Grayscale: #8B8B8B. Windows color (decimal): -6716778 or 9863833. OLE color: 9863833.

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

Color convert

RGB 153 130 150 -
CMYK 0 0.15 0.02 0.4
HSL 307.83º 0.1% 0.55% -
HSV(B) 307.83º 0.15% 0.6% -
XYZ 26.62 24.94 32.26 -
YUV 139.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 153 130 150 0 0.15 0.02 0.4 307.83 0.1 0.55
Hex 99 82 96 0 F 2 28 134 A 37
Octal 231 202 226 0 17 2 50 464 12 67
Binary 10011001 10000010 10010110 0 1111 10 101000 100110100 1010 110111

Color Harmonies of #998296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998296

Black with #998296

Text Example


Text Example

White with #998296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998296; }

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

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

background-color css

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

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

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

border-color css

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

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

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