Html Css Color HEX #9B8D99 Bouquet

📋 copy color: '#9B8D99'

red 155 ◦ green 141 ◦ blue 153

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

Shades of Bouquet #9B8D99

Tints of Bouquet #9B8D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.4%

 BLUE value IS 153 (60.16% from 255) = 34.08%

R = 34.52%
G = 31.4%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B8D99 (or 0x9B8D99) is known color: Bouquet. HEX triplet: 9B, 8D and 99. RGB value is (155,141,153). Sum of RGB (Red+Green+Blue) = 155+141+153=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8D99 is #647266. Grayscale: #929292. Windows color (decimal): -6582887 or 10063259. OLE color: 10063259.

HSL color Cylindrical-coordinate representation of color #9B8D99: hue angle of 308.57º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9B8D99 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 141 153 -
CMYK 0 0.09 0.01 0.39
HSL 308.57º 0.07% 0.58% -
HSV(B) 308.57º 0.09% 0.61% -
XYZ 28.79 28.32 34.09 -
YUV 146.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 155 141 153 0 0.09 0.01 0.39 308.57 0.07 0.58
Hex 9B 8D 99 0 9 1 27 135 7 3A
Octal 233 215 231 0 11 1 47 465 7 72
Binary 10011011 10001101 10011001 0 1001 1 100111 100110101 111 111010

Color Harmonies of #9B8D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8D99

Black with #9B8D99

Text Example


Text Example

White with #9B8D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,141,153); }

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

background-color css

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

 a { background-color: rgb(155,141,153); }

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

border-color css

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

 span { border-color: rgb(155,141,153); }

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