#BACECC

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

Shades of Jungle Mist #BACECC

Tints of Jungle Mist #BACECC

Color information

#BACECC (or 0xBACECC) is unknown color: approx Jungle Mist. HEX triplet: BA, CE and CC. RGB value is (186,206,204). Sum of RGB (Red+Green+Blue) = 186+206+204=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #BACECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACECC is #453133. Grayscale: #C7C7C7. Windows color (decimal): -4534580 or 13422266. OLE color: 13422266.

HSL color Cylindrical-coordinate representation of color #BACECC: hue angle of 174º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACECC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB186206204-
CMYK0.1000.010.19
HSL174º16.95%76.86%-
HSV(B)174º9.71%80.78%-
XYZ53.2258.9465.7-
YUV199.79130.37118.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=31.21%
G=34.56%
B=34.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862062040.1000.010.1917416.9576.86
HexBACECCA0113ae114d
Octal27231631412012325621115
Binary1011101011001110110011001010011001110101110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACECC; }

 p { color: rgb(186,206,204); }

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

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

 a { background-color: rgb(186,206,204); }

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

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

 span { border-color: rgb(186,206,204); }

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