#B9BFC0

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

Shades of Jungle Mist #B9BFC0

Tints of Jungle Mist #B9BFC0

Color information

#B9BFC0 (or 0xB9BFC0) is unknown color: approx Jungle Mist. HEX triplet: B9, BF and C0. RGB value is (185,191,192). Sum of RGB (Red+Green+Blue) = 185+191+192=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFC0 is #46403F. Grayscale: #BDBDBD. Windows color (decimal): -4603968 or 12631993. OLE color: 12631993.

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

Color convert

RGB185191192-
CMYK0.040.0100.25
HSL188.57º5.26%73.92%-
HSV(B)188.57º3.65%75.29%-
XYZ48.1551.3857.25-
YUV189.32129.51124.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=32.57%
G=33.63%
B=33.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911920.040.0100.25188.575.2673.92
HexB9BFC041019bd54a
Octal271277300410312755112
Binary1011100110111111110000001001011001101111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFC0; }

 p { color: rgb(185,191,192); }

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

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

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

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

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

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

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