#9BBFC0

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

Shades of Jungle Mist #9BBFC0

Tints of Jungle Mist #9BBFC0

Color information

#9BBFC0 (or 0x9BBFC0) is unknown color: approx Jungle Mist. HEX triplet: 9B, BF and C0. RGB value is (155,191,192). Sum of RGB (Red+Green+Blue) = 155+191+192=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #9BBFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFC0 is #64403F. Grayscale: #B4B4B4. Windows color (decimal): -6570048 or 12631963. OLE color: 12631963.

HSL color Cylindrical-coordinate representation of color #9BBFC0: hue angle of 181.62º 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 #9BBFC0 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155191192-
CMYK0.190.0100.25
HSL181.62º22.7%68.04%-
HSV(B)181.62º19.27%75.29%-
XYZ41.6648.0456.95-
YUV180.35134.57109.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.81%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=28.81%
G=35.50%
B=35.69%

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
Decimal1551911920.190.0100.25181.6222.768.04
Hex9BBFC0131019b61744
Octal23327730023103126627104
Binary10011011101111111100000010011101100110110110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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