#BACCCE

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

Shades of Jungle Mist #BACCCE

Tints of Jungle Mist #BACCCE

Color information

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

HSL color Cylindrical-coordinate representation of color #BACCCE: hue angle of 186º 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 #BACCCE is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186204206-
CMYK0.100.0100.19
HSL186º16.95%76.86%-
HSV(B)186º9.71%80.78%-
XYZ52.9858.0866.81-
YUV198.85132.04118.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862042060.100.0100.1918616.9576.86
HexBACCCEA1013ba114d
Octal27231431612102327221115
Binary1011101011001100110011101010101001110111010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCCE; }

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

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

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

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

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

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

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

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