#B5BEBF

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

Shades of Jungle Mist #B5BEBF

Tints of Jungle Mist #B5BEBF

Color information

#B5BEBF (or 0xB5BEBF) is unknown color: approx Jungle Mist. HEX triplet: B5, BE and BF. RGB value is (181,190,191). Sum of RGB (Red+Green+Blue) = 181+190+191=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 191 - color contains mainly: blue. Hex color #B5BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BEBF is #4A4140. Grayscale: #BBBBBB. Windows color (decimal): -4866369 or 12566197. OLE color: 12566197.

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

Color convert

RGB181190191-
CMYK0.050.0100.25
HSL186º7.25%72.94%-
HSV(B)186º5.24%74.9%-
XYZ46.8750.4156.55-
YUV187.42130.02123.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.21%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 191 (75% from 255) = 33.99%
R=32.21%
G=33.81%
B=33.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811901910.050.0100.251867.2572.94
HexB5BEBF51019ba749
Octal265276277510312727111
Binary1011010110111110101111111011011001101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEBF; }

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

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

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

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

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

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

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

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