#B2C0BF

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

Shades of Jungle Mist #B2C0BF

Tints of Jungle Mist #B2C0BF

Color information

#B2C0BF (or 0xB2C0BF) is unknown color: approx Jungle Mist. HEX triplet: B2, C0 and BF. RGB value is (178,192,191). Sum of RGB (Red+Green+Blue) = 178+192+191=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C0BF is #4D3F40. Grayscale: #BBBBBB. Windows color (decimal): -5062465 or 12566706. OLE color: 12566706.

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

Color convert

RGB178192191-
CMYK0.0700.010.25
HSL175.71º10%72.55%-
HSV(B)175.71º7.29%75.29%-
XYZ46.6150.9356.66-
YUV187.7129.86121.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 191 (75% from 255) = 34.05%
R=31.73%
G=34.22%
B=34.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781921910.0700.010.25175.711072.55
HexB2C0BF70119b0a49
Octal2623002777013126012111
Binary10110010110000001011111111101110011011000010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C0BF; }

 p { color: rgb(178,192,191); }

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

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

 a { background-color: rgb(178,192,191); }

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

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

 span { border-color: rgb(178,192,191); }

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