#B8BFBE

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

Shades of Jungle Mist #B8BFBE

Tints of Jungle Mist #B8BFBE

Color information

#B8BFBE (or 0xB8BFBE) is unknown color: approx Jungle Mist. HEX triplet: B8, BF and BE. RGB value is (184,191,190). Sum of RGB (Red+Green+Blue) = 184+191+190=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BFBE is #474041. Grayscale: #BCBCBC. Windows color (decimal): -4669506 or 12500920. OLE color: 12500920.

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

Color convert

RGB184191190-
CMYK0.0400.010.25
HSL171.43º5.19%73.53%-
HSV(B)171.43º3.66%74.9%-
XYZ47.6951.1756.08-
YUV188.79128.68124.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.57%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=32.57%
G=33.81%
B=33.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841911900.0400.010.25171.435.1973.53
HexB8BFBE40119ab54a
Octal270277276401312535112
Binary1011100010111111101111101000111001101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BFBE; }

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

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

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

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

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

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

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

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