#BACAC7

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

Shades of Jet Stream #BACAC7

Tints of Jet Stream #BACAC7

Color information

#BACAC7 (or 0xBACAC7) is unknown color: approx Jet Stream. HEX triplet: BA, CA and C7. RGB value is (186,202,199). Sum of RGB (Red+Green+Blue) = 186+202+199=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAC7 is #453538. Grayscale: #C4C4C4. Windows color (decimal): -4535609 or 13093562. OLE color: 13093562.

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

Color convert

RGB186202199-
CMYK0.0800.010.21
HSL168.75º13.11%76.08%-
HSV(B)168.75º7.92%79.22%-
XYZ51.6856.862.27-
YUV196.87129.2120.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 199 (78.12% from 255) = 33.90%
R=31.69%
G=34.41%
B=33.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021990.0800.010.21168.7513.1176.08
HexBACAC780115a9d4c
Octal27231230710012525115114
Binary101110101100101011000111100001101011010100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAC7; }

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

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

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

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

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

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

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

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