#BAC9CC

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

Shades of Jungle Mist #BAC9CC

Tints of Jungle Mist #BAC9CC

Color information

#BAC9CC (or 0xBAC9CC) is unknown color: approx Jungle Mist. HEX triplet: BA, C9 and CC. RGB value is (186,201,204). Sum of RGB (Red+Green+Blue) = 186+201+204=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9CC is #453633. Grayscale: #C4C4C4. Windows color (decimal): -4535860 or 13420986. OLE color: 13420986.

HSL color Cylindrical-coordinate representation of color #BAC9CC: hue angle of 190º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC9CC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186201204-
CMYK0.090.0100.2
HSL190º15%76.47%-
HSV(B)190º8.82%80%-
XYZ52.0456.5765.3-
YUV196.86132.03120.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 201 (78.91% from 255) = 34.01%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=31.47%
G=34.01%
B=34.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862012040.090.0100.21901576.47
HexBAC9CC91014bef4c
Octal27231131411102427617114
Binary101110101100100111001100100110101001011111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9CC; }

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

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

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

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

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

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

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

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