Html Css Color HEX #9B8993 Bouquet

📋 copy color: '#9B8993'

red 155 ◦ green 137 ◦ blue 147

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

Shades of Bouquet #9B8993

Tints of Bouquet #9B8993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.21%

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 35.31%
G = 31.21%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B8993 (or 0x9B8993) is known color: Bouquet. HEX triplet: 9B, 89 and 93. RGB value is (155,137,147). Sum of RGB (Red+Green+Blue) = 155+137+147=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8993 is #64766C. Grayscale: #8F8F8F. Windows color (decimal): -6583917 or 9669019. OLE color: 9669019.

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

Color convert

RGB 155 137 147 -
CMYK 0 0.12 0.05 0.39
HSL 326.67º 0.08% 0.57% -
HSV(B) 326.67º 0.12% 0.61% -
XYZ 27.73 26.97 31.35 -
YUV 143.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 155 137 147 0 0.12 0.05 0.39 326.67 0.08 0.57
Hex 9B 89 93 0 C 5 27 147 8 39
Octal 233 211 223 0 14 5 47 507 10 71
Binary 10011011 10001001 10010011 0 1100 101 100111 101000111 1000 111001

Color Harmonies of #9B8993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8993

Black with #9B8993

Text Example


Text Example

White with #9B8993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,137,147); }

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

background-color css

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

 a { background-color: rgb(155,137,147); }

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

border-color css

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

 span { border-color: rgb(155,137,147); }

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