#9CBEBF

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

Shades of Jungle Mist #9CBEBF

Tints of Jungle Mist #9CBEBF

Color information

#9CBEBF (or 0x9CBEBF) is unknown color: approx Jungle Mist. HEX triplet: 9C, BE and BF. RGB value is (156,190,191). Sum of RGB (Red+Green+Blue) = 156+190+191=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #9CBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBEBF is #634140. Grayscale: #B3B3B3. Windows color (decimal): -6504769 or 12566172. OLE color: 12566172.

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

Color convert

RGB156190191-
CMYK0.180.0100.25
HSL181.71º21.47%68.04%-
HSV(B)181.71º18.32%74.9%-
XYZ41.5347.6656.3-
YUV179.95134.24110.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.05%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 191 (75% from 255) = 35.57%
R=29.05%
G=35.38%
B=35.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901910.180.0100.25181.7121.4768.04
Hex9CBEBF121019b61544
Octal23427627722103126625104
Binary10011100101111101011111110010101100110110110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,190,191); }

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

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

 a { background-color: rgb(156,190,191); }

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

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

 span { border-color: rgb(156,190,191); }

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