#B7C1C3

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

Shades of Jungle Mist #B7C1C3

Tints of Jungle Mist #B7C1C3

Color information

#B7C1C3 (or 0xB7C1C3) is unknown color: approx Jungle Mist. HEX triplet: B7, C1 and C3. RGB value is (183,193,195). Sum of RGB (Red+Green+Blue) = 183+193+195=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 195 - color contains mainly: blue. Hex color #B7C1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C1C3 is #483E3C. Grayscale: #BEBEBE. Windows color (decimal): -4734525 or 12829111. OLE color: 12829111.

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

Color convert

RGB183193195-
CMYK0.060.0100.24
HSL190º9.09%74.12%-
HSV(B)190º6.15%76.47%-
XYZ48.4552.1559.14-
YUV190.24130.69122.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 195 (76.56% from 255) = 34.15%
R=32.05%
G=33.80%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831931950.060.0100.241909.0974.12
HexB7C1C361018be94a
Octal2673013036103027611112
Binary10110111110000011100001111010110001011111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C1C3; }

 p { color: rgb(183,193,195); }

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

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

 a { background-color: rgb(183,193,195); }

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

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

 span { border-color: rgb(183,193,195); }

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