#BAC2C0

Color #BAC2C0 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BAC2C0

Tints of Jet Stream #BAC2C0

Color information

#BAC2C0 (or 0xBAC2C0) is unknown color: approx Jet Stream. HEX triplet: BA, C2 and C0. RGB value is (186,194,192). Sum of RGB (Red+Green+Blue) = 186+194+192=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2C0 is #453D3F. Grayscale: #BFBFBF. Windows color (decimal): -4537664 or 12632762. OLE color: 12632762.

HSL color Cylindrical-coordinate representation of color #BAC2C0: hue angle of 165º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAC2C0 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB186194192-
CMYK0.0400.010.24
HSL165º6.15%74.51%-
HSV(B)165º4.12%76.08%-
XYZ49.0652.8357.48-
YUV191.38128.35124.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 192 (75.39% from 255) = 33.57%
R=32.52%
G=33.92%
B=33.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941920.0400.010.241656.1574.51
HexBAC2C040118a564b
Octal272302300401302456113
Binary1011101011000010110000001000111000101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2C0; }

 p { color: rgb(186,194,192); }

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

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

 a { background-color: rgb(186,194,192); }

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

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

 span { border-color: rgb(186,194,192); }

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