#BACCCF

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

Shades of Jungle Mist #BACCCF

Tints of Jungle Mist #BACCCF

Color information

#BACCCF (or 0xBACCCF) is unknown color: approx Jungle Mist. HEX triplet: BA, CC and CF. RGB value is (186,204,207). Sum of RGB (Red+Green+Blue) = 186+204+207=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #BACCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCCF is #453330. Grayscale: #C6C6C6. Windows color (decimal): -4535089 or 13618362. OLE color: 13618362.

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

Color convert

RGB186204207-
CMYK0.100.0100.19
HSL188.57º17.95%77.06%-
HSV(B)188.57º10.14%81.18%-
XYZ53.1158.1367.45-
YUV198.96132.54118.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=31.16%
G=34.17%
B=34.67%

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
Decimal1862042070.100.0100.19188.5717.9577.06
HexBACCCFA1013bd124d
Octal27231431712102327522115
Binary1011101011001100110011111010101001110111101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCCF; }

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

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

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

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

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

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

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

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