#B9BBBB

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

Shades of Jungle Mist #B9BBBB

Tints of Jungle Mist #B9BBBB

Color information

#B9BBBB (or 0xB9BBBB) is unknown color: approx Jungle Mist. HEX triplet: B9, BB and BB. RGB value is (185,187,187). Sum of RGB (Red+Green+Blue) = 185+187+187=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #B9BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBBB is #464444. Grayscale: #BABABA. Windows color (decimal): -4604997 or 12303289. OLE color: 12303289.

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

Color convert

RGB185187187-
CMYK0.01000.27
HSL180º1.45%72.94%-
HSV(B)180º1.07%73.33%-
XYZ46.7549.4454.09-
YUV186.4128.34127-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=33.09%
G=33.45%
B=33.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871870.01000.271801.4572.94
HexB9BBBB1001Bb4149
Octal271273273100332641111
Binary101110011011101110111011100110111011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBBB; }

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

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

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

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

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

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

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

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