#BAC9CB

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

Shades of Jungle Mist #BAC9CB

Tints of Jungle Mist #BAC9CB

Color information

#BAC9CB (or 0xBAC9CB) is unknown color: approx Jungle Mist. HEX triplet: BA, C9 and CB. RGB value is (186,201,203). Sum of RGB (Red+Green+Blue) = 186+201+203=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9CB is #453634. Grayscale: #C4C4C4. Windows color (decimal): -4535861 or 13355450. OLE color: 13355450.

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

Color convert

RGB186201203-
CMYK0.080.0100.20
HSL187.06º14.05%76.27%-
HSV(B)187.06º8.37%79.61%-
XYZ51.9256.5264.67-
YUV196.74131.53120.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 201 (78.91% from 255) = 34.07%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=31.53%
G=34.07%
B=34.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862012030.080.0100.20187.0614.0576.27
HexBAC9CB81014bbe4c
Octal27231131310102427316114
Binary101110101100100111001011100010101001011101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9CB; }

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

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

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

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

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

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

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

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