#B4C1BF

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

Shades of Jungle Mist #B4C1BF

Tints of Jungle Mist #B4C1BF

Color information

#B4C1BF (or 0xB4C1BF) is unknown color: approx Jungle Mist. HEX triplet: B4, C1 and BF. RGB value is (180,193,191). Sum of RGB (Red+Green+Blue) = 180+193+191=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1BF is #4B3E40. Grayscale: #BCBCBC. Windows color (decimal): -4931137 or 12566964. OLE color: 12566964.

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

Color convert

RGB180193191-
CMYK0.0700.010.24
HSL170.77º9.49%73.14%-
HSV(B)170.77º6.74%75.69%-
XYZ47.351.656.76-
YUV188.88129.19121.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.91%
GREEN value IS 193 (75.78% from 255) = 34.22%
BLUE value IS 191 (75% from 255) = 33.87%
R=31.91%
G=34.22%
B=33.87%

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
Decimal1801931910.0700.010.24170.779.4973.14
HexB4C1BF70118ab949
Octal2643012777013025311111
Binary10110100110000011011111111101110001010101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1BF; }

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

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

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

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

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

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

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

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