#B3BFC1

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

Shades of Jungle Mist #B3BFC1

Tints of Jungle Mist #B3BFC1

Color information

#B3BFC1 (or 0xB3BFC1) is unknown color: approx Jungle Mist. HEX triplet: B3, BF and C1. RGB value is (179,191,193). Sum of RGB (Red+Green+Blue) = 179+191+193=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 193 - color contains mainly: blue. Hex color #B3BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFC1 is #4C403E. Grayscale: #BBBBBB. Windows color (decimal): -4997183 or 12697523. OLE color: 12697523.

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

Color convert

RGB179191193-
CMYK0.070.0100.24
HSL188.57º10.14%72.94%-
HSV(B)188.57º7.25%75.69%-
XYZ46.8550.757.77-
YUV187.64131.02121.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.79%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=31.79%
G=33.93%
B=34.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791911930.070.0100.24188.5710.1472.94
HexB3BFC171018bda49
Octal2632773017103027512111
Binary10110011101111111100000111110110001011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFC1; }

 p { color: rgb(179,191,193); }

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

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

 a { background-color: rgb(179,191,193); }

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

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

 span { border-color: rgb(179,191,193); }

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