#B6BBBB

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

Shades of Jungle Mist #B6BBBB

Tints of Jungle Mist #B6BBBB

Color information

#B6BBBB (or 0xB6BBBB) is unknown color: approx Jungle Mist. HEX triplet: B6, BB and BB. RGB value is (182,187,187). Sum of RGB (Red+Green+Blue) = 182+187+187=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #B6BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBBB is #494444. Grayscale: #B9B9B9. Windows color (decimal): -4801605 or 12303286. OLE color: 12303286.

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

Color convert

RGB182187187-
CMYK0.03000.27
HSL180º3.55%72.35%-
HSV(B)180º2.67%73.33%-
XYZ46.0349.0754.06-
YUV185.5128.84125.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.73%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=32.73%
G=33.63%
B=33.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821871870.03000.271803.5572.35
HexB6BBBB3001Bb4448
Octal266273273300332644110
Binary101101101011101110111011110011011101101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBBB; }

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

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

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

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

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

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

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

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