#9FBDBE

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

Shades of Jungle Mist #9FBDBE

Tints of Jungle Mist #9FBDBE

Color information

#9FBDBE (or 0x9FBDBE) is unknown color: approx Jungle Mist. HEX triplet: 9F, BD and BE. RGB value is (159,189,190). Sum of RGB (Red+Green+Blue) = 159+189+190=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FBDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDBE is #604241. Grayscale: #B4B4B4. Windows color (decimal): -6308418 or 12500383. OLE color: 12500383.

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

Color convert

RGB159189190-
CMYK0.160.0100.25
HSL181.94º19.25%68.43%-
HSV(B)181.94º16.32%74.51%-
XYZ41.7947.4855.68-
YUV180.14133.56112.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.55%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=29.55%
G=35.13%
B=35.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591891900.160.0100.25181.9419.2568.43
Hex9FBDBE101019b61344
Octal23727527620103126623104
Binary10011111101111011011111010000101100110110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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