#B4BEBF

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

Shades of Jungle Mist #B4BEBF

Tints of Jungle Mist #B4BEBF

Color information

#B4BEBF (or 0xB4BEBF) is unknown color: approx Jungle Mist. HEX triplet: B4, BE and BF. RGB value is (180,190,191). Sum of RGB (Red+Green+Blue) = 180+190+191=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BEBF is #4B4140. Grayscale: #BBBBBB. Windows color (decimal): -4931905 or 12566196. OLE color: 12566196.

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

Color convert

RGB180190191-
CMYK0.060.0100.25
HSL185.45º7.91%72.75%-
HSV(B)185.45º5.76%74.9%-
XYZ46.6450.2956.54-
YUV187.12130.19122.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 191 (75% from 255) = 34.05%
R=32.09%
G=33.87%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901910.060.0100.25185.457.9172.75
HexB4BEBF61019b9849
Octal2642762776103127110111
Binary10110100101111101011111111010110011011100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEBF; }

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

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

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

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

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

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

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

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