#BACAC5

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

Shades of Jet Stream #BACAC5

Tints of Jet Stream #BACAC5

Color information

#BACAC5 (or 0xBACAC5) is unknown color: approx Jet Stream. HEX triplet: BA, CA and C5. RGB value is (186,202,197). Sum of RGB (Red+Green+Blue) = 186+202+197=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAC5 is #45353A. Grayscale: #C4C4C4. Windows color (decimal): -4535611 or 12962490. OLE color: 12962490.

HSL color Cylindrical-coordinate representation of color #BACAC5: hue angle of 161.25º 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 #BACAC5 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB186202197-
CMYK0.0800.020.21
HSL161.25º13.11%76.08%-
HSV(B)161.25º7.92%79.22%-
XYZ51.4556.7161.06-
YUV196.65128.2120.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 197 (77.34% from 255) = 33.68%
R=31.79%
G=34.53%
B=33.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021970.0800.020.21161.2513.1176.08
HexBACAC580215a1d4c
Octal27231230510022524115114
Binary1011101011001010110001011000010101011010000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAC5; }

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

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

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

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

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

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

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

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