#BACDCC

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

Shades of Jungle Mist #BACDCC

Tints of Jungle Mist #BACDCC

Color information

#BACDCC (or 0xBACDCC) is unknown color: approx Jungle Mist. HEX triplet: BA, CD and CC. RGB value is (186,205,204). Sum of RGB (Red+Green+Blue) = 186+205+204=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDCC is #453233. Grayscale: #C7C7C7. Windows color (decimal): -4534836 or 13422010. OLE color: 13422010.

HSL color Cylindrical-coordinate representation of color #BACDCC: hue angle of 176.84º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACDCC is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB186205204-
CMYK0.0900.000.20
HSL176.84º15.97%76.67%-
HSV(B)176.84º9.27%80.39%-
XYZ52.9858.4665.62-
YUV199.2130.71118.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=31.26%
G=34.45%
B=34.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862052040.0900.000.20176.8415.9776.67
HexBACDCC90014b1104d
Octal27231531411002426120115
Binary1011101011001101110011001001001010010110001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDCC; }

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

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

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

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

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

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

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

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