#BCC4C5

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

Shades of Jungle Mist #BCC4C5

Tints of Jungle Mist #BCC4C5

Color information

#BCC4C5 (or 0xBCC4C5) is unknown color: approx Jungle Mist. HEX triplet: BC, C4 and C5. RGB value is (188,196,197). Sum of RGB (Red+Green+Blue) = 188+196+197=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCC4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4C5 is #433B3A. Grayscale: #C1C1C1. Windows color (decimal): -4406075 or 12960956. OLE color: 12960956.

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

Color convert

RGB188196197-
CMYK0.050.0100.23
HSL186.67º7.2%75.49%-
HSV(B)186.67º4.57%77.25%-
XYZ50.5654.260.62-
YUV193.72129.85123.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 197 (77.34% from 255) = 33.91%
R=32.36%
G=33.73%
B=33.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961970.050.0100.23186.677.275.49
HexBCC4C551017bb74b
Octal274304305510272737113
Binary1011110011000100110001011011010111101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4C5; }

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

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

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

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

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

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

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

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