#B2C4C3

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

Shades of Jungle Mist #B2C4C3

Tints of Jungle Mist #B2C4C3

Color information

#B2C4C3 (or 0xB2C4C3) is unknown color: approx Jungle Mist. HEX triplet: B2, C4 and C3. RGB value is (178,196,195). Sum of RGB (Red+Green+Blue) = 178+196+195=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C4C3 is #4D3B3C. Grayscale: #BEBEBE. Windows color (decimal): -5061437 or 12829874. OLE color: 12829874.

HSL color Cylindrical-coordinate representation of color #B2C4C3: hue angle of 176.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C4C3 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB178196195-
CMYK0.0900.010.23
HSL176.67º13.24%73.33%-
HSV(B)176.67º9.18%76.86%-
XYZ47.9552.8859.31-
YUV190.5130.54119.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.28%
GREEN value IS 196 (76.95% from 255) = 34.45%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=31.28%
G=34.45%
B=34.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961950.0900.010.23176.6713.2473.33
HexB2C4C390117b1d49
Octal26230430311012726115111
Binary101100101100010011000011100101101111011000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C4C3; }

 p { color: rgb(178,196,195); }

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

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

 a { background-color: rgb(178,196,195); }

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

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

 span { border-color: rgb(178,196,195); }

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