#BCC1C2

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

Shades of Jungle Mist #BCC1C2

Tints of Jungle Mist #BCC1C2

Color information

#BCC1C2 (or 0xBCC1C2) is unknown color: approx Jungle Mist. HEX triplet: BC, C1 and C2. RGB value is (188,193,194). Sum of RGB (Red+Green+Blue) = 188+193+194=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCC1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1C2 is #433E3D. Grayscale: #BFBFBF. Windows color (decimal): -4406846 or 12763580. OLE color: 12763580.

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

Color convert

RGB188193194-
CMYK0.030.0100.24
HSL190º4.69%74.9%-
HSV(B)190º3.09%76.08%-
XYZ49.5552.7358.6-
YUV191.62129.34125.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 194 (76.17% from 255) = 33.74%
R=32.70%
G=33.57%
B=33.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931940.030.0100.241904.6974.9
HexBCC1C231018be54b
Octal274301302310302765113
Binary101111001100000111000010111011000101111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1C2; }

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

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

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

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

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

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

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

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