#BCC9CA

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

Shades of Jungle Mist #BCC9CA

Tints of Jungle Mist #BCC9CA

Color information

#BCC9CA (or 0xBCC9CA) is unknown color: approx Jungle Mist. HEX triplet: BC, C9 and CA. RGB value is (188,201,202). Sum of RGB (Red+Green+Blue) = 188+201+202=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9CA is #433635. Grayscale: #C5C5C5. Windows color (decimal): -4404790 or 13289916. OLE color: 13289916.

HSL color Cylindrical-coordinate representation of color #BCC9CA: hue angle of 184.29º 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 #BCC9CA is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188201202-
CMYK0.070.0000.21
HSL184.29º11.67%76.47%-
HSV(B)184.29º6.93%79.22%-
XYZ52.2956.7364.07-
YUV197.23130.69121.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 201 (78.91% from 255) = 34.01%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=31.81%
G=34.01%
B=34.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882012020.070.0000.21184.2911.6776.47
HexBCC9CA70015b8c4c
Octal2743113127002527014114
Binary10111100110010011100101011100101011011100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9CA; }

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

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

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

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

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

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

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

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