#B2BEBF

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

Shades of Jungle Mist #B2BEBF

Tints of Jungle Mist #B2BEBF

Color information

#B2BEBF (or 0xB2BEBF) is unknown color: approx Jungle Mist. HEX triplet: B2, BE and BF. RGB value is (178,190,191). Sum of RGB (Red+Green+Blue) = 178+190+191=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEBF is #4D4140. Grayscale: #BABABA. Windows color (decimal): -5062977 or 12566194. OLE color: 12566194.

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

Color convert

RGB178190191-
CMYK0.070.0100.25
HSL184.62º9.22%72.35%-
HSV(B)184.62º6.81%74.9%-
XYZ46.1850.0556.52-
YUV186.53130.52121.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.84%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 191 (75% from 255) = 34.17%
R=31.84%
G=33.99%
B=34.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901910.070.0100.25184.629.2272.35
HexB2BEBF71019b9948
Octal2622762777103127111110
Binary10110010101111101011111111110110011011100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEBF; }

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

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

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

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

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

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

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

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