#BCC6C8

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

Shades of Jungle Mist #BCC6C8

Tints of Jungle Mist #BCC6C8

Color information

#BCC6C8 (or 0xBCC6C8) is unknown color: approx Jungle Mist. HEX triplet: BC, C6 and C8. RGB value is (188,198,200). Sum of RGB (Red+Green+Blue) = 188+198+200=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCC6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6C8 is #433937. Grayscale: #C3C3C3. Windows color (decimal): -4405560 or 13158076. OLE color: 13158076.

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

Color convert

RGB188198200-
CMYK0.060.0100.22
HSL190º9.84%76.08%-
HSV(B)190º6%78.43%-
XYZ51.3655.2562.6-
YUV195.24130.69122.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 198 (77.73% from 255) = 33.79%
BLUE value IS 200 (78.52% from 255) = 34.13%
R=32.08%
G=33.79%
B=34.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881982000.060.0100.221909.8476.08
HexBCC6C861016bea4c
Octal2743063106102627612114
Binary10111100110001101100100011010101101011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6C8; }

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

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

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

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

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

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

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

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