#BCC3C4

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

Shades of Jungle Mist #BCC3C4

Tints of Jungle Mist #BCC3C4

Color information

#BCC3C4 (or 0xBCC3C4) is unknown color: approx Jungle Mist. HEX triplet: BC, C3 and C4. RGB value is (188,195,196). Sum of RGB (Red+Green+Blue) = 188+195+196=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCC3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3C4 is #433C3B. Grayscale: #C1C1C1. Windows color (decimal): -4406332 or 12895164. OLE color: 12895164.

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

Color convert

RGB188195196-
CMYK0.040.0100.23
HSL187.5º6.35%75.29%-
HSV(B)187.5º4.08%76.86%-
XYZ50.2253.7159.94-
YUV193.02129.68124.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 195 (76.56% from 255) = 33.68%
BLUE value IS 196 (76.95% from 255) = 33.85%
R=32.47%
G=33.68%
B=33.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881951960.040.0100.23187.56.3575.29
HexBCC3C441017bb64b
Octal274303304410272736113
Binary1011110011000011110001001001010111101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3C4; }

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

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

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

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

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

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

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

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