#BCC3C2

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

Shades of Jungle Mist #BCC3C2

Tints of Jungle Mist #BCC3C2

Color information

#BCC3C2 (or 0xBCC3C2) is unknown color: approx Jungle Mist. HEX triplet: BC, C3 and C2. RGB value is (188,195,194). Sum of RGB (Red+Green+Blue) = 188+195+194=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3C2 is #433C3D. Grayscale: #C0C0C0. Windows color (decimal): -4406334 or 12764092. OLE color: 12764092.

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

Color convert

RGB188195194-
CMYK0.0400.010.24
HSL171.43º5.51%75.1%-
HSV(B)171.43º3.59%76.47%-
XYZ49.9953.6258.75-
YUV192.79128.68124.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 195 (76.56% from 255) = 33.80%
BLUE value IS 194 (76.17% from 255) = 33.62%
R=32.58%
G=33.80%
B=33.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951940.0400.010.24171.435.5175.1
HexBCC3C240118ab64b
Octal274303302401302536113
Binary1011110011000011110000101000111000101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3C2; }

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

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

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

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

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

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

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

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