#B8C2C3

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

Shades of Jungle Mist #B8C2C3

Tints of Jungle Mist #B8C2C3

Color information

#B8C2C3 (or 0xB8C2C3) is unknown color: approx Jungle Mist. HEX triplet: B8, C2 and C3. RGB value is (184,194,195). Sum of RGB (Red+Green+Blue) = 184+194+195=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 195 - color contains mainly: blue. Hex color #B8C2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C2C3 is #473D3C. Grayscale: #BFBFBF. Windows color (decimal): -4668733 or 12829368. OLE color: 12829368.

HSL color Cylindrical-coordinate representation of color #B8C2C3: hue angle of 185.45º degrees, saturation: 0.08, 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 #B8C2C3 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184194195-
CMYK0.060.0100.24
HSL185.45º8.4%74.31%-
HSV(B)185.45º5.64%76.47%-
XYZ48.9152.7159.23-
YUV191.12130.19122.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.11%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 195 (76.56% from 255) = 34.03%
R=32.11%
G=33.86%
B=34.03%

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
Decimal1841941950.060.0100.24185.458.474.31
HexB8C2C361018b984a
Octal2703023036103027110112
Binary10111000110000101100001111010110001011100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C2C3; }

 p { color: rgb(184,194,195); }

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

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

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

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

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

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

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