#9BBEC0

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

Shades of Jungle Mist #9BBEC0

Tints of Jungle Mist #9BBEC0

Color information

#9BBEC0 (or 0x9BBEC0) is unknown color: approx Jungle Mist. HEX triplet: 9B, BE and C0. RGB value is (155,190,192). Sum of RGB (Red+Green+Blue) = 155+190+192=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #9BBEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEC0 is #64413F. Grayscale: #B3B3B3. Windows color (decimal): -6570304 or 12631707. OLE color: 12631707.

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

Color convert

RGB155190192-
CMYK0.190.0100.25
HSL183.24º22.7%68.04%-
HSV(B)183.24º19.27%75.29%-
XYZ41.4547.656.87-
YUV179.76134.9110.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.86%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=28.86%
G=35.38%
B=35.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901920.190.0100.25183.2422.768.04
Hex9BBEC0131019b71744
Octal23327630023103126727104
Binary10011011101111101100000010011101100110110111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,192); }

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

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

 a { background-color: rgb(155,190,192); }

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

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

 span { border-color: rgb(155,190,192); }

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