Html Css Color HEX #9B8697 Bouquet

📋 copy color: '#9B8697'

red 155 ◦ green 134 ◦ blue 151

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

Shades of Bouquet #9B8697

Tints of Bouquet #9B8697

RGB

 RED value IS 155 (60.94% from 255) = 35.23%

 GREEN value IS 134 (52.73% from 255) = 30.45%

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

R = 35.23%
G = 30.45%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B8697 (or 0x9B8697) is known color: Bouquet. HEX triplet: 9B, 86 and 97. RGB value is (155,134,151). Sum of RGB (Red+Green+Blue) = 155+134+151=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8697 is #647968. Grayscale: #8E8E8E. Windows color (decimal): -6584681 or 9930395. OLE color: 9930395.

HSL color Cylindrical-coordinate representation of color #9B8697: hue angle of 311.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8697 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 134 151 -
CMYK 0 0.14 0.03 0.39
HSL 311.43º 0.1% 0.57% -
HSV(B) 311.43º 0.14% 0.61% -
XYZ 27.63 26.25 32.89 -
YUV 142.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 155 134 151 0 0.14 0.03 0.39 311.43 0.1 0.57
Hex 9B 86 97 0 E 3 27 137 A 39
Octal 233 206 227 0 16 3 47 467 12 71
Binary 10011011 10000110 10010111 0 1110 11 100111 100110111 1010 111001

Color Harmonies of #9B8697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8697

Black with #9B8697

Text Example


Text Example

White with #9B8697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,134,151); }

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

background-color css

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

 a { background-color: rgb(155,134,151); }

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

border-color css

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

 span { border-color: rgb(155,134,151); }

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