Html Css Color HEX #9D8496 Bouquet

📋 copy color: '#9D8496'

red 157 ◦ green 132 ◦ blue 150

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

Shades of Bouquet #9D8496

Tints of Bouquet #9D8496

RGB

 RED value IS 157 (61.72% from 255) = 35.76%

 GREEN value IS 132 (51.95% from 255) = 30.07%

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

R = 35.76%
G = 30.07%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9D8496 (or 0x9D8496) is known color: Bouquet. HEX triplet: 9D, 84 and 96. RGB value is (157,132,150). Sum of RGB (Red+Green+Blue) = 157+132+150=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8496 is #627B69. Grayscale: #8D8D8D. Windows color (decimal): -6454122 or 9864349. OLE color: 9864349.

HSL color Cylindrical-coordinate representation of color #9D8496: hue angle of 316.8º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D8496 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 132 150 -
CMYK 0 0.16 0.04 0.38
HSL 316.8º 0.11% 0.57% -
HSV(B) 316.8º 0.16% 0.62% -
XYZ 27.66 25.87 32.39 -
YUV 141.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 157 132 150 0 0.16 0.04 0.38 316.8 0.11 0.57
Hex 9D 84 96 0 10 4 26 13D B 39
Octal 235 204 226 0 20 4 46 475 13 71
Binary 10011101 10000100 10010110 0 10000 100 100110 100111101 1011 111001

Color Harmonies of #9D8496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8496

Black with #9D8496

Text Example


Text Example

White with #9D8496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D8496; }

 p { color: rgb(157,132,150); }

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

background-color css

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

 a { background-color: rgb(157,132,150); }

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

border-color css

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

 span { border-color: rgb(157,132,150); }

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