#9FBCBD

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

Shades of Jungle Mist #9FBCBD

Tints of Jungle Mist #9FBCBD

Color information

#9FBCBD (or 0x9FBCBD) is unknown color: approx Jungle Mist. HEX triplet: 9F, BC and BD. RGB value is (159,188,189). Sum of RGB (Red+Green+Blue) = 159+188+189=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCBD is #604342. Grayscale: #B3B3B3. Windows color (decimal): -6308675 or 12434591. OLE color: 12434591.

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

Color convert

RGB159188189-
CMYK0.160.0100.26
HSL182º18.52%68.24%-
HSV(B)182º15.87%74.12%-
XYZ41.4747.0155.03-
YUV179.44133.39113.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.66%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=29.66%
G=35.07%
B=35.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881890.160.0100.2618218.5268.24
Hex9FBCBD10101Ab61344
Octal23727427520103226623104
Binary10011111101111001011110110000101101010110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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