#B0BFBF

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

Shades of Jungle Mist #B0BFBF

Tints of Jungle Mist #B0BFBF

Color information

#B0BFBF (or 0xB0BFBF) is unknown color: approx Jungle Mist. HEX triplet: B0, BF and BF. RGB value is (176,191,191). Sum of RGB (Red+Green+Blue) = 176+191+191=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #B0BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFBF is #4F4040. Grayscale: #BABABA. Windows color (decimal): -5193793 or 12566448. OLE color: 12566448.

HSL color Cylindrical-coordinate representation of color #B0BFBF: hue angle of 180º 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 #B0BFBF is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176191191-
CMYK0.08000.25
HSL180º10.49%71.96%-
HSV(B)180º7.85%74.9%-
XYZ45.9450.2556.57-
YUV186.52130.53120.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 191 (75% from 255) = 34.23%
R=31.54%
G=34.23%
B=34.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911910.08000.2518010.4971.96
HexB0BFBF80019b4a48
Octal26027727710003126412110
Binary101100001011111110111111100000110011011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFBF; }

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

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

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

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

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

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

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

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