#BACAC6

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

Shades of Jet Stream #BACAC6

Tints of Jet Stream #BACAC6

Color information

#BACAC6 (or 0xBACAC6) is unknown color: approx Jet Stream. HEX triplet: BA, CA and C6. RGB value is (186,202,198). Sum of RGB (Red+Green+Blue) = 186+202+198=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAC6 is #453539. Grayscale: #C4C4C4. Windows color (decimal): -4535610 or 13028026. OLE color: 13028026.

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

Color convert

RGB186202198-
CMYK0.0800.020.21
HSL165º13.11%76.08%-
HSV(B)165º7.92%79.22%-
XYZ51.5656.7661.66-
YUV196.76128.7120.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 198 (77.73% from 255) = 33.79%
R=31.74%
G=34.47%
B=33.79%

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
Decimal1862021980.0800.020.2116513.1176.08
HexBACAC680215a5d4c
Octal27231230610022524515114
Binary1011101011001010110001101000010101011010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAC6; }

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

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

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

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

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

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

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

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