#BACDCE

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

Shades of Jungle Mist #BACDCE

Tints of Jungle Mist #BACDCE

Color information

#BACDCE (or 0xBACDCE) is unknown color: approx Jungle Mist. HEX triplet: BA, CD and CE. RGB value is (186,205,206). Sum of RGB (Red+Green+Blue) = 186+205+206=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #BACDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDCE is #453231. Grayscale: #C7C7C7. Windows color (decimal): -4534834 or 13553082. OLE color: 13553082.

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

Color convert

RGB186205206-
CMYK0.100.0000.19
HSL183º16.95%76.86%-
HSV(B)183º9.71%80.78%-
XYZ53.2258.5666.89-
YUV199.43131.71118.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=31.16%
G=34.34%
B=34.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862052060.100.0000.1918316.9576.86
HexBACDCEA0013b7114d
Octal27231531612002326721115
Binary1011101011001101110011101010001001110110111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDCE; }

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

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

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

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

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

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

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

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