#B1BCBB

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

Shades of Jungle Mist #B1BCBB

Tints of Jungle Mist #B1BCBB

Color information

#B1BCBB (or 0xB1BCBB) is unknown color: approx Jungle Mist. HEX triplet: B1, BC and BB. RGB value is (177,188,187). Sum of RGB (Red+Green+Blue) = 177+188+187=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCBB is #4E4344. Grayscale: #B8B8B8. Windows color (decimal): -5129029 or 12303537. OLE color: 12303537.

HSL color Cylindrical-coordinate representation of color #B1BCBB: hue angle of 174.55º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1BCBB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB177188187-
CMYK0.0600.010.26
HSL174.55º7.59%71.57%-
HSV(B)174.55º5.85%73.73%-
XYZ45.0848.954.08-
YUV184.6129.36122.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=32.07%
G=34.06%
B=33.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881870.0600.010.26174.557.5971.57
HexB1BCBB6011Aaf848
Octal2612742736013225710110
Binary10110001101111001011101111001110101010111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCBB; }

 p { color: rgb(177,188,187); }

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

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

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

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

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

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

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