#B9C1C2

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

Shades of Jungle Mist #B9C1C2

Tints of Jungle Mist #B9C1C2

Color information

#B9C1C2 (or 0xB9C1C2) is unknown color: approx Jungle Mist. HEX triplet: B9, C1 and C2. RGB value is (185,193,194). Sum of RGB (Red+Green+Blue) = 185+193+194=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9C1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1C2 is #463E3D. Grayscale: #BEBEBE. Windows color (decimal): -4603454 or 12763577. OLE color: 12763577.

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

Color convert

RGB185193194-
CMYK0.050.0100.24
HSL186.67º6.87%74.31%-
HSV(B)186.67º4.64%76.08%-
XYZ48.8252.3558.57-
YUV190.72129.85123.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.34%
GREEN value IS 193 (75.78% from 255) = 33.74%
BLUE value IS 194 (76.17% from 255) = 33.92%
R=32.34%
G=33.74%
B=33.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851931940.050.0100.24186.676.8774.31
HexB9C1C251018bb74a
Octal271301302510302737112
Binary1011100111000001110000101011011000101110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C1C2; }

 p { color: rgb(185,193,194); }

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

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

 a { background-color: rgb(185,193,194); }

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

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

 span { border-color: rgb(185,193,194); }

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