#9BBFC1

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

Shades of Jungle Mist #9BBFC1

Tints of Jungle Mist #9BBFC1

Color information

#9BBFC1 (or 0x9BBFC1) is unknown color: approx Jungle Mist. HEX triplet: 9B, BF and C1. RGB value is (155,191,193). Sum of RGB (Red+Green+Blue) = 155+191+193=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #9BBFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFC1 is #64403E. Grayscale: #B4B4B4. Windows color (decimal): -6570047 or 12697499. OLE color: 12697499.

HSL color Cylindrical-coordinate representation of color #9BBFC1: hue angle of 183.16º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBFC1 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB155191193-
CMYK0.200.0100.24
HSL183.16º23.46%68.24%-
HSV(B)183.16º19.69%75.69%-
XYZ41.7748.0857.53-
YUV180.46135.07109.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.76%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=28.76%
G=35.44%
B=35.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551911930.200.0100.24183.1623.4668.24
Hex9BBFC1141018b71744
Octal23327730124103026727104
Binary10011011101111111100000110100101100010110111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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