#BCC8CA

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

Shades of Jungle Mist #BCC8CA

Tints of Jungle Mist #BCC8CA

Color information

#BCC8CA (or 0xBCC8CA) is unknown color: approx Jungle Mist. HEX triplet: BC, C8 and CA. RGB value is (188,200,202). Sum of RGB (Red+Green+Blue) = 188+200+202=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8CA is #433735. Grayscale: #C4C4C4. Windows color (decimal): -4405046 or 13289660. OLE color: 13289660.

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

Color convert

RGB188200202-
CMYK0.070.0100.21
HSL188.57º11.67%76.47%-
HSV(B)188.57º6.93%79.22%-
XYZ52.0556.2663.99-
YUV196.64131.02121.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=31.86%
G=33.90%
B=34.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882002020.070.0100.21188.5711.6776.47
HexBCC8CA71015bdc4c
Octal2743103127102527514114
Binary10111100110010001100101011110101011011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8CA; }

 p { color: rgb(188,200,202); }

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

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

 a { background-color: rgb(188,200,202); }

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

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

 span { border-color: rgb(188,200,202); }

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