#BCC7C9

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

Shades of Jungle Mist #BCC7C9

Tints of Jungle Mist #BCC7C9

Color information

#BCC7C9 (or 0xBCC7C9) is unknown color: approx Jungle Mist. HEX triplet: BC, C7 and C9. RGB value is (188,199,201). Sum of RGB (Red+Green+Blue) = 188+199+201=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCC7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7C9 is #433836. Grayscale: #C3C3C3. Windows color (decimal): -4405303 or 13223868. OLE color: 13223868.

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

Color convert

RGB188199201-
CMYK0.060.0100.21
HSL189.23º10.74%76.27%-
HSV(B)189.23º6.47%78.82%-
XYZ51.7155.7663.3-
YUV195.94130.86122.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 199 (78.12% from 255) = 33.84%
BLUE value IS 201 (78.91% from 255) = 34.18%
R=31.97%
G=33.84%
B=34.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881992010.060.0100.21189.2310.7476.27
HexBCC7C961015bdb4c
Octal2743073116102527513114
Binary10111100110001111100100111010101011011110110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7C9; }

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

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

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

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

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

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

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

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