#B3C1BF

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

Shades of Jungle Mist #B3C1BF

Tints of Jungle Mist #B3C1BF

Color information

#B3C1BF (or 0xB3C1BF) is unknown color: approx Jungle Mist. HEX triplet: B3, C1 and BF. RGB value is (179,193,191). Sum of RGB (Red+Green+Blue) = 179+193+191=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C1BF is #4C3E40. Grayscale: #BCBCBC. Windows color (decimal): -4996673 or 12566963. OLE color: 12566963.

HSL color Cylindrical-coordinate representation of color #B3C1BF: hue angle of 171.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3C1BF is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB179193191-
CMYK0.0700.010.24
HSL171.43º10.14%72.94%-
HSV(B)171.43º7.25%75.69%-
XYZ47.0651.4956.75-
YUV188.59129.36121.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.79%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 191 (75% from 255) = 33.93%
R=31.79%
G=34.28%
B=33.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931910.0700.010.24171.4310.1472.94
HexB3C1BF70118aba49
Octal2633012777013025312111
Binary10110011110000011011111111101110001010101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C1BF; }

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

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

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

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

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

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

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

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