#B3C0BF

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

Shades of Jungle Mist #B3C0BF

Tints of Jungle Mist #B3C0BF

Color information

#B3C0BF (or 0xB3C0BF) is unknown color: approx Jungle Mist. HEX triplet: B3, C0 and BF. RGB value is (179,192,191). Sum of RGB (Red+Green+Blue) = 179+192+191=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C0BF is #4C3F40. Grayscale: #BBBBBB. Windows color (decimal): -4996929 or 12566707. OLE color: 12566707.

HSL color Cylindrical-coordinate representation of color #B3C0BF: hue angle of 175.38º degrees, saturation: 0.09, 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 #B3C0BF is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB179192191-
CMYK0.0700.010.25
HSL175.38º9.35%72.75%-
HSV(B)175.38º6.77%75.29%-
XYZ46.8451.0456.67-
YUV188129.69121.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 192 (75.39% from 255) = 34.16%
BLUE value IS 191 (75% from 255) = 33.99%
R=31.85%
G=34.16%
B=33.99%

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
Decimal1791921910.0700.010.25175.389.3572.75
HexB3C0BF70119af949
Octal2633002777013125711111
Binary10110011110000001011111111101110011010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C0BF; }

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

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

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

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

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

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

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

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