#BAC4C1

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

Shades of Jet Stream #BAC4C1

Tints of Jet Stream #BAC4C1

Color information

#BAC4C1 (or 0xBAC4C1) is unknown color: approx Jet Stream. HEX triplet: BA, C4 and C1. RGB value is (186,196,193). Sum of RGB (Red+Green+Blue) = 186+196+193=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4C1 is #453B3E. Grayscale: #C0C0C0. Windows color (decimal): -4537151 or 12698810. OLE color: 12698810.

HSL color Cylindrical-coordinate representation of color #BAC4C1: hue angle of 162º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAC4C1 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB186196193-
CMYK0.0500.020.23
HSL162º7.81%74.9%-
HSV(B)162º5.1%76.86%-
XYZ49.6253.7758.22-
YUV192.67128.19123.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 193 (75.78% from 255) = 33.57%
R=32.35%
G=34.09%
B=33.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961930.0500.020.231627.8174.9
HexBAC4C150217a284b
Octal2723043015022724210113
Binary101110101100010011000001101010101111010001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4C1; }

 p { color: rgb(186,196,193); }

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

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

 a { background-color: rgb(186,196,193); }

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

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

 span { border-color: rgb(186,196,193); }

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