#BACAC4

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

Shades of Jet Stream #BACAC4

Tints of Jet Stream #BACAC4

Color information

#BACAC4 (or 0xBACAC4) is unknown color: approx Jet Stream. HEX triplet: BA, CA and C4. RGB value is (186,202,196). Sum of RGB (Red+Green+Blue) = 186+202+196=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAC4 is #45353B. Grayscale: #C4C4C4. Windows color (decimal): -4535612 or 12896954. OLE color: 12896954.

HSL color Cylindrical-coordinate representation of color #BACAC4: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACAC4 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB186202196-
CMYK0.0800.030.21
HSL157.5º13.11%76.08%-
HSV(B)157.5º7.92%79.22%-
XYZ51.3356.6760.46-
YUV196.53127.7120.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 196 (76.95% from 255) = 33.56%
R=31.85%
G=34.59%
B=33.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021960.0800.030.21157.513.1176.08
HexBACAC4803159dd4c
Octal27231230410032523515114
Binary1011101011001010110001001000011101011001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAC4; }

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

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

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

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

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

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

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

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