#B7BEBF

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

Shades of Jungle Mist #B7BEBF

Tints of Jungle Mist #B7BEBF

Color information

#B7BEBF (or 0xB7BEBF) is unknown color: approx Jungle Mist. HEX triplet: B7, BE and BF. RGB value is (183,190,191). Sum of RGB (Red+Green+Blue) = 183+190+191=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEBF is #484140. Grayscale: #BCBCBC. Windows color (decimal): -4735297 or 12566199. OLE color: 12566199.

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

Color convert

RGB183190191-
CMYK0.040.0100.25
HSL187.5º5.88%73.33%-
HSV(B)187.5º4.19%74.9%-
XYZ47.3550.6656.57-
YUV188.02129.68124.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.45%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 191 (75% from 255) = 33.87%
R=32.45%
G=33.69%
B=33.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831901910.040.0100.25187.55.8873.33
HexB7BEBF41019bb649
Octal267276277410312736111
Binary1011011110111110101111111001011001101110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BEBF; }

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

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

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

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

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

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

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

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