#9FBDBF

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

Shades of Jungle Mist #9FBDBF

Tints of Jungle Mist #9FBDBF

Color information

#9FBDBF (or 0x9FBDBF) is unknown color: approx Jungle Mist. HEX triplet: 9F, BD and BF. RGB value is (159,189,191). Sum of RGB (Red+Green+Blue) = 159+189+191=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDBF is #604240. Grayscale: #B4B4B4. Windows color (decimal): -6308417 or 12565919. OLE color: 12565919.

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

Color convert

RGB159189191-
CMYK0.170.0100.25
HSL183.75º20%68.63%-
HSV(B)183.75º16.75%74.9%-
XYZ41.947.5356.26-
YUV180.26134.06112.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.50%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 191 (75% from 255) = 35.44%
R=29.50%
G=35.06%
B=35.44%

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
Decimal1591891910.170.0100.25183.752068.63
Hex9FBDBF111019b81445
Octal23727527721103127024105
Binary10011111101111011011111110001101100110111000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,191); }

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

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

 a { background-color: rgb(159,189,191); }

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

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

 span { border-color: rgb(159,189,191); }

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