#BBBFBF

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

Shades of Jungle Mist #BBBFBF

Tints of Jungle Mist #BBBFBF

Color information

#BBBFBF (or 0xBBBFBF) is unknown color: approx Jungle Mist. HEX triplet: BB, BF and BF. RGB value is (187,191,191). Sum of RGB (Red+Green+Blue) = 187+191+191=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #BBBFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFBF is #444040. Grayscale: #BDBDBD. Windows color (decimal): -4472897 or 12566459. OLE color: 12566459.

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

Color convert

RGB187191191-
CMYK0.02000.25
HSL180º3.03%74.12%-
HSV(B)180º2.09%74.9%-
XYZ48.5351.5956.69-
YUV189.8128.67126-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 191 (75% from 255) = 33.57%
R=32.86%
G=33.57%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911910.02000.251803.0374.12
HexBBBFBF20019b434a
Octal273277277200312643112
Binary10111011101111111011111110001100110110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFBF; }

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

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

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

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

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

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

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

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