#9CBFC2

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

Shades of Jungle Mist #9CBFC2

Tints of Jungle Mist #9CBFC2

Color information

#9CBFC2 (or 0x9CBFC2) is unknown color: approx Jungle Mist. HEX triplet: 9C, BF and C2. RGB value is (156,191,194). Sum of RGB (Red+Green+Blue) = 156+191+194=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #9CBFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFC2 is #63403D. Grayscale: #B4B4B4. Windows color (decimal): -6504510 or 12763036. OLE color: 12763036.

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

Color convert

RGB156191194-
CMYK0.200.0200.24
HSL184.74º23.75%68.63%-
HSV(B)184.74º19.59%76.08%-
XYZ42.0848.2258.13-
YUV180.88135.4110.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.84%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=28.84%
G=35.30%
B=35.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561911940.200.0200.24184.7423.7568.63
Hex9CBFC2142018b91845
Octal23427730224203027130105
Binary100111001011111111000010101001001100010111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,191,194); }

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

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

 a { background-color: rgb(156,191,194); }

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

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

 span { border-color: rgb(156,191,194); }

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