#B8BBBB

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

Shades of Jungle Mist #B8BBBB

Tints of Jungle Mist #B8BBBB

Color information

#B8BBBB (or 0xB8BBBB) is unknown color: approx Jungle Mist. HEX triplet: B8, BB and BB. RGB value is (184,187,187). Sum of RGB (Red+Green+Blue) = 184+187+187=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #B8BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBBB is #474444. Grayscale: #BABABA. Windows color (decimal): -4670533 or 12303288. OLE color: 12303288.

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

Color convert

RGB184187187-
CMYK0.02000.27
HSL180º2.16%72.75%-
HSV(B)180º1.6%73.33%-
XYZ46.5149.3254.08-
YUV186.1128.51126.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=32.97%
G=33.51%
B=33.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841871870.02000.271802.1672.75
HexB8BBBB2001Bb4249
Octal270273273200332642111
Binary10111000101110111011101110001101110110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BBBB; }

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

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

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

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

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

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

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

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