#BCC7C8

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

Shades of Jungle Mist #BCC7C8

Tints of Jungle Mist #BCC7C8

Color information

#BCC7C8 (or 0xBCC7C8) is unknown color: approx Jungle Mist. HEX triplet: BC, C7 and C8. RGB value is (188,199,200). Sum of RGB (Red+Green+Blue) = 188+199+200=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCC7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7C8 is #433837. Grayscale: #C3C3C3. Windows color (decimal): -4405304 or 13158332. OLE color: 13158332.

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

Color convert

RGB188199200-
CMYK0.060.0000.22
HSL185º9.84%76.08%-
HSV(B)185º6%78.43%-
XYZ51.5955.7162.68-
YUV195.82130.36122.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 199 (78.12% from 255) = 33.90%
BLUE value IS 200 (78.52% from 255) = 34.07%
R=32.03%
G=33.90%
B=34.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881992000.060.0000.221859.8476.08
HexBCC7C860016b9a4c
Octal2743073106002627112114
Binary10111100110001111100100011000101101011100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7C8; }

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

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

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

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

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

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

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

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