#9EBDBE

Color #9EBDBE Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #9EBDBE

Tints of Jungle Mist #9EBDBE

Color information

#9EBDBE (or 0x9EBDBE) is unknown color: approx Jungle Mist. HEX triplet: 9E, BD and BE. RGB value is (158,189,190). Sum of RGB (Red+Green+Blue) = 158+189+190=537 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.42% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EBDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDBE is #614241. Grayscale: #B3B3B3. Windows color (decimal): -6373954 or 12500382. OLE color: 12500382.

HSL color Cylindrical-coordinate representation of color #9EBDBE: hue angle of 181.88º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBDBE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158189190-
CMYK0.170.0100.25
HSL181.88º19.75%68.24%-
HSV(B)181.88º16.84%74.51%-
XYZ41.5947.3855.67-
YUV179.84133.73112.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.42%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=29.42%
G=35.20%
B=35.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581891900.170.0100.25181.8819.7568.24
Hex9EBDBE111019b61444
Octal23627527621103126624104
Binary10011110101111011011111010001101100110110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,189,190); }

 H1.HeaderClassName
 {
   color: #9EBDBE;
 }
 .AnyTagClassName
 {
   color: #9EBDBE;
 }
</style>
background-color css

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

 a { background-color: rgb(158,189,190); }

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

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

 span { border-color: rgb(158,189,190); }

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