#B0BFBE

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

Shades of Jungle Mist #B0BFBE

Tints of Jungle Mist #B0BFBE

Color information

#B0BFBE (or 0xB0BFBE) is unknown color: approx Jungle Mist. HEX triplet: B0, BF and BE. RGB value is (176,191,190). Sum of RGB (Red+Green+Blue) = 176+191+190=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFBE is #4F4041. Grayscale: #BABABA. Windows color (decimal): -5193794 or 12500912. OLE color: 12500912.

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

Color convert

RGB176191190-
CMYK0.0800.010.25
HSL176º10.49%71.96%-
HSV(B)176º7.85%74.9%-
XYZ45.8350.2155.99-
YUV186.4130.03120.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=31.60%
G=34.29%
B=34.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911900.0800.010.2517610.4971.96
HexB0BFBE80119b0a48
Octal26027727610013126012110
Binary101100001011111110111110100001110011011000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFBE; }

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

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

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

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

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

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

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

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